optuna / optuna-integration

Extended functionalities for Optuna in combination with third-party libraries.
https://optuna-integration.readthedocs.io/en/latest/index.html
MIT License
39 stars 30 forks source link

Add CatBoost integration #61

Closed y0z closed 10 months ago

y0z commented 10 months ago

Motivation

Description of the changes

codecov[bot] commented 10 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (7f4ee88) 33.37% compared to head (58a0953) 35.95%.

Files Patch % Lines
optuna_integration/catboost.py 92.10% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #61 +/- ## ========================================== + Coverage 33.37% 35.95% +2.58% ========================================== Files 20 21 +1 Lines 827 865 +38 ========================================== + Hits 276 311 +35 - Misses 551 554 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

y0z commented 10 months ago

Thank you for your feedback. I checked and applied your suggestions. Please confirm the changes.