Scikit-learn
Joblib
dom_ml
mass-spectrometry
molecular-formula
dissolved-organic-matter
machine-learning
scikit-learn
custom_code
Instructions to use SaeedLab/dom-formula-assignment-using-ml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use SaeedLab/dom-formula-assignment-using-ml with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("SaeedLab/dom-formula-assignment-using-ml", "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
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ datasets:
|
|
| 11 |
- SaeedLab/dom-formula-assignment-data
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# DOM Formula Assignment using
|
| 15 |
|
| 16 |
|
| 17 |

|
|
|
|
| 11 |
- SaeedLab/dom-formula-assignment-data
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# DOM Formula Assignment using Machine Learning
|
| 15 |
|
| 16 |
|
| 17 |

|