redshells icon indicating copy to clipboard operation
redshells copied to clipboard

classification_report on fit data is almost worthless

Open vaaaaanquish opened this issue 4 years ago • 0 comments

classification_report on fit data is almost worthless. Maybe, this log will missleading. line: https://github.com/m3dev/redshells/blob/master/redshells/train/utils/utils.py#L16

For example.

[2020/03/03 23:22:07][redshells.train.utils.utils][INFO](utils.py:21)
               precision    recall  f1-score   support
           0       1.00      1.00      1.00      3060
           1       1.00      1.00      1.00       252
    accuracy                           1.00      3312
   macro avg       1.00      1.00      1.00      3312
weighted avg       1.00      1.00      1.00      3312

vaaaaanquish avatar Mar 04 '20 03:03 vaaaaanquish