Open w4iei opened 2 years ago
Improvement recommendation:
For print_metrics (and elsewhere), recommend using np.median() instead of np.mean() to align with SiSEC2018.
print_metrics
np.median()
np.mean()
Improvement recommendation:
For
print_metrics
(and elsewhere), recommend usingnp.median()
instead ofnp.mean()
to align with SiSEC2018.