Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

DeepNeural
/
breast_cancer_classifier_model_v1

Tabular Classification
Scikit-learn
Joblib
English
medical
Model card Files Files and versions
xet
Community

Instructions to use DeepNeural/breast_cancer_classifier_model_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use DeepNeural/breast_cancer_classifier_model_v1 with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("DeepNeural/breast_cancer_classifier_model_v1", "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
breast_cancer_classifier_model_v1
38.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
AIEngineerYvar's picture
AIEngineerYvar
Update README.md
dd37792 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    8.4 kB
    Update README.md about 1 year ago
  • breast_cancer_classifier_model_v1.joblib
    28.3 kB
    xet
    Upload breast_cancer_classifier_model_v1.joblib about 1 year ago