Tabular Regression
Scikit-learn
English
scikit-learn
linear-regression
microsoft-fabric
mlflow
diabetes
healthcare
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
| {"columns": ["AGE", "SEX", "BMI", "BP", "S1", "S2", "S3", "S4", "S5", "S6"], "data": [[54.0, 2.0, 36.1, 115.0, 163.0, 98.4, 43.0, 4.0, 4.6821, 101.0], [45.0, 1.0, 32.0, 110.0, 224.0, 134.2, 45.0, 5.0, 5.4116, 93.0], [59.0, 2.0, 27.2, 107.0, 158.0, 102.0, 39.0, 4.0, 4.4427, 93.0], [45.0, 1.0, 24.2, 83.0, 177.0, 118.4, 45.0, 4.0, 4.2195, 82.0], [42.0, 1.0, 30.6, 121.0, 176.0, 92.8, 69.0, 3.0, 4.2627, 89.0]]} |