Instructions to use GouravSinghThakur/AutoML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use GouravSinghThakur/AutoML with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("GouravSinghThakur/AutoML", "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
Gourav Singh Thakur commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# AutoML Application
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
- roc_auc
|
| 8 |
+
- precision
|
| 9 |
+
- f1
|
| 10 |
+
- confusion_matrix
|
| 11 |
+
base_model:
|
| 12 |
+
- Gourav18/AutoML
|
| 13 |
+
new_version: Gourav18/AutoML
|
| 14 |
+
library_name: sklearn
|
| 15 |
+
tags:
|
| 16 |
+
- code
|
| 17 |
+
- AutoMl
|
| 18 |
+
---
|
| 19 |
+
AutoML
|
| 20 |
|
| 21 |
# AutoML Application
|
| 22 |
|