Konstantin T
Konstantin T
OpenTuner finds good configurations, but they include many parameters and some of them may be redundant. It would be good to know which parameters in final configuration are crucial and...
### Expected behavior It is expected that some exception will be raised when passing obviously incorrect data (not matching the `Dict[str, Any]` type) to `study.enqueue_trial`. ### Environment - Optuna version:3.4.0...
Related: https://github.com/qnbhd/deployme/issues/91 If, with the current implementation, send a request of the form: ```json { "data": [] } ``` or ```json { "data": [[]] } ``` different models may respond...
At this point in every backend's implementation, the query model has a data field that has the following type: ```python data: List[List] ``` Because the data can be very diverse:...
**Describe the bug** Sometimes in CI or local testing some test was failed, because hypothesis marks it as flaky.  Need to fix it. CC: @pacifikus
After releases v0.2.0-v0.4.0 need to update documentation, add page with info about CLI interface (+tutorial). CC: @pacifikus
In some projects `podman` is a more suitable solution for containerization. It is necessary to check and validate/disprove the feasibility of implementing support for this containerization tool. CC: @pacifikus
We currently use Pickle as a serializer for machine learning models. There are the following alternatives: - `joblib` - a serializer that is backward compatible with Pickle, but is more...
### Chunk of traceback ```python │ 303 │ │ result_stream, internal_stream = itertools.tee(json_stream(res │ │ 304 │ │ for chunk in internal_stream: │ │ 305 │ │ │ if 'error'...
Now, At the moment, scanning directories for needed dependencies takes place in the current working directory. sometimes this can lead to the following effects:  This example pulls dependencies that...