Description
add classification model summary and training summary to each of the classification algorithms. The classification model summary basically gives a summary for all the classification algorithms evaluation metrics such as accuracy/precision/recall. The training summary describes information about model training iterations and the objective function (scaled loss + regularization) at each iteration. These are very useful information for users.
Attachments
1.
|
Add a generic ClassificationSummary trait | Resolved | Huaxin Gao | |
2.
|
Add summary to FMClassificationModel | Resolved | Huaxin Gao | |
3.
|
Add summary to RandomForestClassificationModel | Resolved | Huaxin Gao | |
4.
|
Add summary for LinearSVCModel | Resolved | Huaxin Gao | |
5.
|
Add summary to MultilayerPerceptronClassificationModel | Resolved | Huaxin Gao |