Description Usage Arguments Value
DecisionTreeRegressor
1 2 3 4 5 6 7 8 9 | DecisionTreeRegressor(
criterion = "friedman_mse",
min_samples_split = 2,
min_samples_leaf = 1,
min_weight_fraction_leaf = 0,
max_depth = 3,
splitter = "best",
random_state = NULL
)
|
criterion |
criterion |
min_samples_split |
min_samples_split |
min_samples_leaf |
min_samples_leaf |
max_depth |
max_depth |
splitter |
splitter |
random_state |
random_state |
DecisionTreeRegressor Object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.