Instructions to use BenjaminB/plain-sklearn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use BenjaminB/plain-sklearn with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("BenjaminB/plain-sklearn", "sklearn_model.joblib") ) # 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
Benjamin Bossan commited on
Commit ·
0aa56ad
1
Parent(s): eb10d0a
Upload joblib model instead of pickle
Browse files
model.pickle → sklearn_model.joblib
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cf8ecba678ad75e4bcea72ed8e266db73de9164628d9a7743691ff3045c2c2f
|
| 3 |
+
size 1185
|