Instructions to use stummala521/AI4SAR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use stummala521/AI4SAR with Scikit-learn:
import joblib from skops.hub_utils import download download("stummala521/AI4SAR", "path_to_folder") model = joblib.load( "model.pkl" ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
| { | |
| "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 | |
| } | |
| } |