tornede

Results 10 issues of tornede

## Describe the bug ## The `fit`-method of the AutoSklearn2Classifier contains a parameter `metric`, which is not used, and probably should not be there due to the according parameter in...

maintenance

## Description I added two functions. 1. A function to create a database without directly adding experiment instances called `create_table`. 2. A function to add a configuration to the database,...

- PyExperimenter version: 1.3.0 - Database provider: - - Python version: - - Operating System: - ### Description Currently, each update of the database is done separately, requiring many connections...

enhancement

- PyExperimenter version: 1.3.0 - Database provider: - - Python version: - - Operating System: - ### Description Additionally to the tracking of the energy consumption via CodeCarbon, it would...

- PyExperimenter version: 1.3.0 - Database provider: - - Python version: - - Operating System: - ### Description The documentation could be improved in the following way: - [ ]...

Create an example folder containing - Example experiment configuration - Python example code - Singularity recipe - SLURM script for execution

So far, there is no single point of configuration handling, which should be improved in a later version to increase maintainability. This means encapsulating all accesses, and modifications of the...

code quality improvement

Instead of having the PyExperimenter select the next experiment on its own, it should be possible to pass an array of experiment IDs which the experimenter executes.

enhancement

[One reviewer of the JOSS Paper provided a minimalistic Dockerfile](https://github.com/openjournals/joss-reviews/issues/5149#issuecomment-1467999919) which could be added to the repository. ``` cd mkdir py_experimenter cd py_experimenter mkdir Docker vim Docker/Dockerfile ``` Content added...

The max memory should be noted in the experiment configuration (memory.max) and database in an according column.

enhancement