anomaly-detection / config.json
Jayabalambika's picture
pushing files to the repo
0f92740
raw
history blame contribute delete
No virus
663 Bytes
{
"sklearn": {
"columns": [
"x0",
"x1"
],
"environment": [
"scikit-learn=1.2.2"
],
"example_input": {
"x0": [
1.9137876638235471,
-1.8264435506813366,
-2.1884262678924737
],
"x1": [
2.021017965584703,
-1.895103662902048,
-2.1443081355382363
]
},
"model": {
"file": "isolation_forest.pkl"
},
"model_format": "pickle",
"task": "tabular-classification",
"use_intelex": false
}
}