Closed HeuristicLab-Trac-Bot closed 9 years ago
r13097: reverse merge of 13089 (reused the ConstantRegressionModel as ConstantClassificationModel (OK?))
- introduced new class ConstantModel (to merge ConstantRegressionModel, ConstantClassificationModel and ConstantTimeSeriesModel)
- fixed copyright statements
- tried to unify naming
- added F1 score and Matthews correlation to classification results collection
r13100: merged changes from the branch to trunk (btw. this branch was difficult to merge back to trunk because of it's specific structure)
- changed namespace and name of view
- calculate f1 score only for solutions for binary classification problems
r13104: fixed a problem in Classification/ClassificationSolutionComparisonView
Reviewed and briefly tested all relevant changes (mostly the model comparison view, ZeroR and OneR algorithm and the new classification performance metrics). Thank you for reviewing and finishing the implementation.
The only review comment I have is to put the ConstantModel outside of the Regression folder, because it is not limited to regression anymore.
r13154: moved ConstantModel class out of the Regression folder
r13155 (not migrated): terminated the old feature branch for model comparison
Issue migrated from trac ticket # 1998
milestone: HeuristicLab 3.3.13 | component: Algorithms.DataAnalysis | priority: high | resolution: done
2012-12-17 17:09:17: @t-h-e created the issue