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
File size: 315 Bytes
211dde8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"architectures": [
"DomMLModel"
],
"auto_map": {
"AutoConfig": "configuration_dom_ml.DomMLConfig",
"AutoModel": "modeling_dom_ml.DomMLModel"
},
"feature_names": [
"mass"
],
"library_name": "transformers",
"model_name": "Synthetic_K3_Euclidean_Ensemble",
"model_type": "dom_ml"
}
|