This small PR was created mainly to fix a neo4j bug that causes errors when importing an untuned model.
For Adaboost's bayes grid in grid.py, splitter='best' was removed since it was a default option and criterion='friedman_mse' was added since it was recommended to be better than regular mse in Gradient Boosting Regressor
This small PR was created mainly to fix a neo4j bug that causes errors when importing an untuned model.
For Adaboost's bayes grid in
grid.py
,splitter='best'
was removed since it was a default option andcriterion='friedman_mse'
was added since it was recommended to be better than regularmse
inGradient Boosting Regressor