Views
No views yet
| 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 |
| n_estimators | 100 | |
| default_quantiles | 0.5 | |
| criterion | 'squared_error' | |
| max_depth | None | |
| min_samples_split | 2 | |
| min_samples_leaf | 1 | |
| max_samples_leaf | 1 | |
| min_weight_fraction_leaf | 0.0 | |
| max_features | 1.0 | |
| max_leaf_nodes | None | |
| min_impurity_decrease | 0.0 | |
| bootstrap | True | |
| oob_score | False | |
| n_jobs | None | |
| random_state | RandomState(M...at 0x31E67B240 | |
| verbose | 0 | |
| warm_start | False | |
| ccp_alpha | 0.0 | |
| max_samples | None | |
| monotonic_cst | None |
| Metric | Value |
|---|---|
| Mean Absolute Percentage Error | 0.164007 |
| Median Absolute Error | 0.171 |
| Mean Squared Error | 0.25832 |
| R-Squared | 0.806 |
1from examples.plot_qrf_huggingface_inference import CrossValidationPipeline
2pipeline = CrossValidationPipeline.load(qrf_pkl_filename)[More Information Needed]