I've got catboost-0.24.4. After a pycaret compare_model(), I've found a good model. When I .get_all_params(), I've got a dictionary, and inside, one of the parameters is :
catboost-0.24.4
compare_model()
.get_all_params()
bayesian_matrix_reg
When I pass it through CatBoostClassifier(), and that I .fit() the model, it raises an error :
CatBoostClassifier()
.fit()
TypeError: __init__() got an unexpected keyword argument 'bayesian_matrix_reg'
Have you guys any idea why?
Thanks by advance, and Enjoy coding and beering...
2.1m questions
2.1m answers
60 comments
57.0k users