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

  • Log In
  • Sign Up

kendrickfff
/
Disease-Progression-Prediction

Tabular Regression
Scikit-learn
English
scikit-learn
linear-regression
microsoft-fabric
mlflow
diabetes
healthcare
Model card Files Files and versions
xet
Community

Instructions to use kendrickfff/Disease-Progression-Prediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use kendrickfff/Disease-Progression-Prediction with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("kendrickfff/Disease-Progression-Prediction", "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
Disease-Progression-Prediction
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
kendrickfff's picture
kendrickfff
Update README.md
48a9d0a verified 3 months ago
  • metadata
    Upload 10 files 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • MLmodel
    1.29 kB
    Upload 10 files 3 months ago
  • README.md
    4.28 kB
    Update README.md 3 months ago
  • conda.yaml
    242 Bytes
    Upload 10 files 3 months ago
  • input_example.json
    409 Bytes
    Upload 10 files 3 months ago
  • model.pkl

    Detected Pickle imports (4)

    • "numpy.core.multiarray._reconstruct",
    • "sklearn.linear_model._logistic.LogisticRegression",
    • "numpy.ndarray",
    • "numpy.dtype"

    How to fix it?

    848 Bytes
    xet
    Upload 10 files 3 months ago
  • python_env.yaml
    120 Bytes
    Upload 10 files 3 months ago
  • requirements.txt
    123 Bytes
    Upload 10 files 3 months ago