pppereira3's picture
update model
ca79666 verified
metadata
library_name: sklearn
tags:
  - sklearn
  - skops
  - tabular-regression
model_format: pickle
model_file: hw4_baseline_regressor.pkl
widget:
  - structuredData:
      households:
        - 269
        - 236
        - 246
      housing_median_age:
        - 49
        - 31
        - 17
      latitude:
        - 37.76
        - 38.51
        - 32.85
      longitude:
        - -122.19
        - -121.51
        - -115.57
      median_income:
        - 1.7056
        - 6.6112
        - 1.7411
      ocean_proximity_<1H OCEAN:
        - false
        - false
        - false
      ocean_proximity_INLAND:
        - false
        - true
        - true
      ocean_proximity_ISLAND:
        - false
        - false
        - false
      ocean_proximity_NEAR BAY:
        - true
        - false
        - false
      ocean_proximity_NEAR OCEAN:
        - false
        - false
        - false
      population:
        - 790
        - 542
        - 728
      total_bedrooms:
        - 282
        - 217
        - 256
      total_rooms:
        - 1368
        - 1595
        - 1039

Model description

[More Information Needed]

Intended uses & limitations

[More Information Needed]

Training Procedure

[More Information Needed]

Hyperparameters

Click to expand
Hyperparameter Value
bootstrap True
ccp_alpha 0.0
criterion squared_error
max_depth
max_features 1.0
max_leaf_nodes
max_samples
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
verbose 0
warm_start False

Model Plot

RandomForestRegressor()
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.

Evaluation Results

Metric Value
rmse 0.231662

How to Get Started with the Model

[More Information Needed]

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]

eval_method

The model is evaluated using test split, on rmse.