How can I use CatBoostClassifier with Ray Tune?

Hello,
I would like to be able to use a distributed hyperparameter tuning framework Ray Tune with CatBoostClassifier. CatBoostClassifier is a high-performance open source library.

How can i implement ray tune with CatBoostClassifier?

Thanks.

Maybe try tune-sklearn?

It worked Thank you so much.