-
Shuvo Hasan replied to the topic Homework in the forum Forum – Python for Data Science & Machine Learning 10 months, 2 weeks ago
Dear Sir,
There seems to be a typing mistake in your code snippet, it will be “decisionRegressor = DecisionTreeRegressor()” instead of “decisionRegressor= DecisionTreeRegresson()”. It allows you to customize the behavior of your decision tree model. By using it you can various customized parameters such as maximum depth of the tree etc.
This…Read more -
Shuvo Hasan became a registered member 2 years, 4 months ago