Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
361 views
in Technique[技术] by (71.8m points)

python - CatBoostClassifier __init__() got an unexpected keyword argument 'bayesian_matrix_reg'

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 :

bayesian_matrix_reg

When I pass it through CatBoostClassifier(), and that I .fit() the model, it raises an error :

TypeError: __init__() got an unexpected keyword argument 'bayesian_matrix_reg'

Have you guys any idea why?

Thanks by advance, and Enjoy coding and beering...

question from:https://stackoverflow.com/questions/66054171/catboostclassifier-init-got-an-unexpected-keyword-argument-bayesian-matri

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...