class sklearn.tree.DecisionTreeRegressor(criterion='mse', splitter='best', max_depth=None, min_samples_split=2, min_samples_leaf=1, min_weight_fraction_leaf=0.0, max_features=None, random_state=None, max_leaf_nodes=None, min_impurity_split=1e-07, presort=False) [source]
A decision tree regressor. Read more in the User Guide. Parameters:
criterion : string, optional (default=?mse?) The function to measure the quality of a split. Supported criteria are ?mse? for the mean squared error, whic