Konstantin T

Results 24 issues of 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...

feature

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...

bug
good first issue
Code quality

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:...

enhancement
question

**Describe the bug** Sometimes in CI or local testing some test was failed, because hypothesis marks it as flaky. ![image](https://user-images.githubusercontent.com/6369915/203965479-92fb33ba-aa44-4380-9f40-4d1501610026.png) Need to fix it. CC: @pacifikus

bug

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

enhancement

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...

enhancement
help wanted

### Chunk of traceback ```python │ 303 │ │ result_stream, internal_stream = itertools.tee(json_stream(res │ │ 304 │ │ for chunk in internal_stream: │ │ 305 │ │ │ if 'error'...

bug
help wanted
good first issue

Now, At the moment, scanning directories for needed dependencies takes place in the current working directory. sometimes this can lead to the following effects: ![image](https://user-images.githubusercontent.com/6369915/202904537-890d4eae-0a10-47ea-a3a7-cf5c3bef6134.png) This example pulls dependencies that...

bug
Code quality