Instructions to use aliosmankaya/reg_arr_model_1_dim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use aliosmankaya/reg_arr_model_1_dim with Scikit-learn:
from skops.hub_utils import download from skops.io import load download("aliosmankaya/reg_arr_model_1_dim", "path_to_folder") # make sure model file is in skops format # if model is a pickle file, make sure it's from a source you trust model = load("path_to_folder/reg_arr_model_1_dim.joblib") - Notebooks
- Google Colab
- Kaggle
| { | |
| "sklearn": { | |
| "columns": [ | |
| "sepal_length" | |
| ], | |
| "environment": [ | |
| "scikit-learn", | |
| "numpy" | |
| ], | |
| "example_input": { | |
| "sepal_length": [ | |
| 6.3, | |
| 6.5, | |
| 5.6 | |
| ] | |
| }, | |
| "model": { | |
| "file": "reg_arr_model_1_dim.joblib" | |
| }, | |
| "task": "tabular-classification" | |
| } | |
| } |