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

  • Log In
  • Sign Up

AndrewMaru
/
Datathon_Lung_Cancer_Detector

Scikit-learn
English
scikit-learn
classification
healthcare
lung-cancer
streamlit
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Scikit-learn

    How to use AndrewMaru/Datathon_Lung_Cancer_Detector with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("AndrewMaru/Datathon_Lung_Cancer_Detector", "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
Datathon_Lung_Cancer_Detector
964 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
AndrewMaru's picture
AndrewMaru
Upload application.py
63482d0 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • LungCancer.csv
    11.3 kB
    Upload LungCancer.csv 10 months ago
  • README.md
    4.6 kB
    Update README.md 10 months ago
  • application.py
    2.25 kB
    Upload 5 files 10 months ago
  • main.ipynb
    833 kB
    Upload 4 files 10 months ago
  • model.pkl

    Detected Pickle imports (3)

    • "xgboost.sklearn.XGBClassifier",
    • "builtins.bytearray",
    • "xgboost.core.Booster"

    How to fix it?

    112 kB
    xet
    Upload 5 files 10 months ago
  • requirements.txt
    78 Bytes
    Upload 4 files 10 months ago