no-edge-detector / metrics.json
nexusfinancial-dev's picture
Upload folder using huggingface_hub
c2e1f2a verified
Raw
History Blame Contribute Delete
341 Bytes
{
"test_accuracy": 0.9404166666666667,
"confusion_matrix": [
[
732,
59,
9
],
[
60,
740,
0
],
[
15,
0,
785
]
],
"classes": [
"memoryless_no_edge",
"mean_reverting",
"trending"
],
"n_train": 9600,
"n_test": 2400
}