Instructions to use svnfs/rfc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use svnfs/rfc with Scikit-learn:
from skops.hub_utils import download from skops.io import load download("svnfs/rfc", "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/rfc.pkl") - Notebooks
- Google Colab
- Kaggle
push sklearn model
Browse files
rfc.pkl
CHANGED
|
@@ -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:403360318623af669c2e013fc58247d453bd17fc25ae10e03582b9cb65862d11
|
| 3 |
+
size 149397
|