Opened 14 years ago
Closed 13 years ago
#1523 closed defect (done)
Data analysis algorithms do not exclude samples from the test partition correctly in learning phase
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.5 |
Component: | Algorithms.DataAnalysis | Version: | 3.3.5 |
Keywords: | Cc: |
Description (last modified by gkronber)
Affected algorithms:
- Linear regression
- LDA
- k-Means Clustering
- SVM (regression)
- SVM (classification)
Change History (7)
comment:1 Changed 14 years ago by gkronber
- Status changed from new to accepted
comment:2 Changed 14 years ago by gkronber
- Description modified (diff)
- Summary changed from Linear regression algorithm does not exclude samples from the test partition in learning to Data analysis algorithms does not exclude samples from the test partition in learning
comment:3 Changed 14 years ago by gkronber
- Summary changed from Data analysis algorithms does not exclude samples from the test partition in learning to Data analysis algorithms do not exclude samples from the test partition correctly in learning phase
comment:4 Changed 14 years ago by gkronber
comment:5 Changed 14 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:6 Changed 14 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to readytorelease
Reviewed r6182.
comment:7 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.4 to 3.3.5
Note: See
TracTickets for help on using
tickets.
r6182: fixed bug in fixed data analysis algorithms.