Instructions to use VIMALRAJMVR/CI-CD_MLOps with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use VIMALRAJMVR/CI-CD_MLOps with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("VIMALRAJMVR/CI-CD_MLOps", "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: 131 Bytes
6f6c1b9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:853b470bff91dbb7b53d04553059dbcc973a6a2e86887b0b53472e59f1665cbf
size 936833
|