Model description
This is a RandomForestQuantileRegressor trained on the California Housing dataset.
Intended uses & limitations
This model is not ready to be used in production.
Training Procedure
The model was trained using default parameters on a 5-fold cross-validation pipeline.
Hyperparameters
Click to expand
Hyperparameter | Value |
---|---|
bootstrap | True |
ccp_alpha | 0.0 |
criterion | squared_error |
default_quantiles | 0.5 |
max_depth | |
max_features | 1.0 |
max_leaf_nodes | |
max_samples | |
max_samples_leaf | 1 |
min_impurity_decrease | 0.0 |
min_samples_leaf | 1 |
min_samples_split | 2 |
min_weight_fraction_leaf | 0.0 |
monotonic_cst | |
n_estimators | 100 |
n_jobs | |
oob_score | False |
random_state | RandomState(MT19937) |
verbose | 0 |
warm_start | False |
Model Plot
RandomForestQuantileRegressor(random_state=RandomState(MT19937) at 0x129E7B440)In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.
RandomForestQuantileRegressor(random_state=RandomState(MT19937) at 0x129E7B440)
Evaluation Results
Metric | Value |
---|---|
Mean Absolute Percentage Error | 0.164007 |
Median Absolute Error | 0.171 |
Mean Squared Error | 0.25832 |
R-Squared | 0.806 |
How to Get Started with the Model
Click to expand
from examples.plot_qrf_huggingface_inference import CrossValidationPipeline
pipeline = CrossValidationPipeline.load(qrf_pkl_filename)
Model Card Authors
This model card is written by following authors:
[More Information Needed]
Model Card Contact
You can contact the model card authors through following channels: [More Information Needed]
Citation
Below you can find information related to citation.
BibTeX:
[More Information Needed]
- Downloads last month
- 6
Inference API (serverless) does not yet support quantile-forest models for this pipeline type.