You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor hyperparameter name 'max_depth' to 'max_depth_factor' (#590)
* refactor: changed max_depth parameter name
* Changed the parameter name 'max_depth' to
'max_depth_factor' in the decision_tree.py
file in both the 'regression/decision_tree'
and 'classification/decision_tree' folders.
Related to: #569
* fix: fixed invalid parameter name
* Fixed invalid parameter name of 'max_depth_factor'
to 'max_depth' while initializing the sklearn's
DecisionTreeClassifier and DecisionTreeRegressor.
Related to: #569
* refactor: added line breaks
* Added line breaks in decision_tree.py files
to enforce the rule that no line should have
more then 79 characters.
Related to: #569
* fix: removed trailing whitespaces
* fix: replaced tabs with spaces
* fix: fixed identation
* fix: fixed identation
* fix: reverted incorrect Makefile changes
* fix: reverted Makefile change
0 commit comments