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

Deprecate allennlp and chainer integrations #51

Closed HideakiImamura closed 12 months ago

HideakiImamura commented 12 months ago

Motivation

The tests of allennlp and chainer integrations were deleted. This PR adds the deprecated decorator to those integrations.

Description of the changes

Deprecate allennlp and chainer integrations

codecov[bot] commented 12 months ago

Codecov Report

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

Comparison is base (f87c5de) 2.66% compared to head (0a54ac3) 2.66%. Report is 1 commits behind head on main.

Files Patch % Lines
optuna_integration/chainer.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ===================================== Coverage 2.66% 2.66% ===================================== Files 12 12 Lines 75 75 ===================================== Hits 2 2 Misses 73 73 ```

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