#755 closed defect (done)
Hard-coded strings for variable names of data-modeling results
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: Modeling | Version: | 3.2 |
Keywords: | Cc: | mkommend@heuristiclab.com |
Description
The hard-coded strings should be replaced by an enumerable. The enumerable name should be used in data-modeling engines for the variable names. Models stored in the database should also use the same names.
Change History (12)
comment:1 Changed 15 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 15 years ago by gkronber
comment:3 Changed 15 years ago by gkronber
Fixed a bug in extraction of TrainingMAPE with r2372.
comment:4 Changed 15 years ago by gkronber
Fixed a bug in extraction of variable impacts with r2374.
comment:5 Changed 15 years ago by mkommend
added mapping between ModelingResults and SimpleEvaluators r2383
comment:6 Changed 15 years ago by mkommend
added mapping between ModelTypes and ModelingResults r2386
comment:7 Changed 15 years ago by mkommend
added GetModelingResultCalculator method to modeling result mapping r2387
comment:8 Changed 15 years ago by gkronber
Adapted ModelingResultCalculators to keep a mapping from ModelingResult to evaluators. Using mapping in DefaultOperators for data-modeling engines with r2388.
comment:9 Changed 15 years ago by mkommend
corrected ModelingResultCalculators for TimeSeriesPrognosis r2397
comment:10 Changed 15 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:11 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Added enumerable type for model results and changed analyzer model, the database backend and the model analysis operators to use the enumerable type instead of hard-coded strings with r2370.