You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- """
- To do:
- 设计评判结果的各种指标。如果涉及向量,使用numpy。
- 参考http://scikit-learn.org/stable/modules/classes.html#classification-metrics
- 建议是每种metric写成一个函数 (由Tester的evaluate函数调用)
- 参数表里只需考虑基本的参数即可,可以没有像它那么多的参数配置
-
- """
|