Tabular Regression
Scikit-learn
quantile-forest
skops
quantile-regression
uncertainty-estimation
prediction-intervals
Instructions to use quantile-forest/california-housing-example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use quantile-forest/california-housing-example with Scikit-learn:
import joblib from skops.hub_utils import download download("quantile-forest/california-housing-example", "path_to_folder") model = joblib.load( "model.pkl" ) # 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
Ctrl+K