Instructions to use scikit-learn/blog-example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use scikit-learn/blog-example with Scikit-learn:
from skops.hub_utils import download from skops.io import load download("scikit-learn/blog-example", "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/model.pkl") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -206,27 +206,6 @@ clf.predict(pd.DataFrame.from_dict(config["sklearn"]["example_input"]))
|
|
| 206 |
```
|
| 207 |
|
| 208 |
|
| 209 |
-
# Model Card Authors
|
| 210 |
-
|
| 211 |
-
This model card is written by following authors:
|
| 212 |
-
|
| 213 |
-
[More Information Needed]
|
| 214 |
-
|
| 215 |
-
# Model Card Contact
|
| 216 |
-
|
| 217 |
-
You can contact the model card authors through following channels:
|
| 218 |
-
[More Information Needed]
|
| 219 |
-
|
| 220 |
-
# Citation
|
| 221 |
-
|
| 222 |
-
Below you can find information related to citation.
|
| 223 |
-
|
| 224 |
-
**BibTeX:**
|
| 225 |
-
```
|
| 226 |
-
[More Information Needed]
|
| 227 |
-
```
|
| 228 |
-
|
| 229 |
-
|
| 230 |
# Additional Content
|
| 231 |
|
| 232 |
## Confusion Matrix
|
|
|
|
| 206 |
```
|
| 207 |
|
| 208 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 209 |
# Additional Content
|
| 210 |
|
| 211 |
## Confusion Matrix
|