We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
多クラス分類の評価指標は maflib.rules.calculate_stats_multiclass_classification 関数に実装されている。 https://github.com/pfi/maf/blob/master/maflib/rules.py#L203
maflib.rules.calculate_stats_multiclass_classification
代表的なプロットもサポートできると便利。例えば以下。
The text was updated successfully, but these errors were encountered:
prec-recall曲線とROC曲線はいずれも、スコア付きの分類結果のフォーマットが決まっていれば作れそうです。calculate_stats_multiclass_classificationに則ると、たとえば以下の様なフォーマット。
calculate_stats_multiclass_classification
[ {"p": "m", "c": "m", "score": {"m": 1.5, "f": 0.1}}, ... ]
Sorry, something went wrong.
No branches or pull requests
多クラス分類の評価指標は
maflib.rules.calculate_stats_multiclass_classification
関数に実装されている。https://github.com/pfi/maf/blob/master/maflib/rules.py#L203
代表的なプロットもサポートできると便利。例えば以下。
The text was updated successfully, but these errors were encountered: