Opened 6 years ago
Closed 5 years ago
#3054 closed defect (done)
Calculation of Variable Impacts with LDA does not work
| Reported by: | fholzing | Owned by: | pfleck |
|---|---|---|---|
| Priority: | low | Milestone: | HeuristicLab 3.3.17 |
| Component: | Problems.DataAnalysis | Version: | |
| Keywords: | Cc: |
Description
If at least one InputVariable of the ProblemData is a DateTime, the calculation of the variable impacts will fail.
Change History (7)
comment:1 Changed 6 years ago by fholzing
comment:2 Changed 6 years ago by fholzing
- Status changed from new to accepted
comment:3 Changed 6 years ago by fholzing
- Owner changed from fholzing to pfleck
- Status changed from accepted to reviewing
comment:4 Changed 6 years ago by fholzing
r17423: .Clone() in DiscriminantFunctionClassificationModel missed cloning of thresholdCalculator
comment:5 Changed 6 years ago by pfleck
- Status changed from reviewing to readytorelease
comment:6 Changed 5 years ago by gkronber
r17866: merged r17422:17423 from trunk to stable
comment:7 Changed 5 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
- Version trunk deleted
Note: See
TracTickets for help on using
tickets.



r17422: Explicitly used problemData.AllowedInputVariables instead of modifiableDataset.VariableNames