| { | |
| "sklearn": { | |
| "columns": [ | |
| "found_in_search_area" | |
| ], | |
| "environment": [ | |
| "scikit-learn" | |
| ], | |
| "example_input": { | |
| "found_in_search_area": [ | |
| true, | |
| true, | |
| false | |
| ] | |
| }, | |
| "model": { | |
| "file": "model.pkl" | |
| }, | |
| "model_format": "pickle", | |
| "task": "tabular-classification", | |
| "use_intelex": false | |
| } | |
| } |