Instructions to use Ozziey/test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use Ozziey/test-model with Scikit-learn:
import joblib from skops.hub_utils import download download("Ozziey/test-model", "path_to_folder") model = joblib.load( "HME_pickle" ) # 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
Update config.json
Browse files- config.json +1 -3
config.json
CHANGED
|
@@ -10,9 +10,7 @@
|
|
| 10 |
"surprise"
|
| 11 |
],
|
| 12 |
"environment": [
|
| 13 |
-
"scikit-learn=\"1.0.2\""
|
| 14 |
-
"pandas",
|
| 15 |
-
"numpy"
|
| 16 |
],
|
| 17 |
"example_input": {
|
| 18 |
"anger": [
|
|
|
|
| 10 |
"surprise"
|
| 11 |
],
|
| 12 |
"environment": [
|
| 13 |
+
"scikit-learn=\"1.0.2\""
|
|
|
|
|
|
|
| 14 |
],
|
| 15 |
"example_input": {
|
| 16 |
"anger": [
|