tornede / py_experimenter

The PyExperimenter is a tool for the automatic execution of experiments, e.g. for machine learning (ML), capturing corresponding results in a unified manner in a database.
https://tornede.github.io/py_experimenter/
MIT License
33 stars 3 forks source link

161 booelan handling in sqlite #162

Closed LukasFehring closed 8 months ago

LukasFehring commented 10 months ago

As mentioned in the linked issue, this MR aims to solve the problem that booelans are currently added as strings into the db

Description

Adding values into the database is currently handled by the same function for both sqlite and MySQL. This is adapted to use an abstract function with separate implementations because of the different types.

Motivation and Context

Cuirrently sqlite writes booleans as strings into the db

Type Of Changes

How has This Been Tested?

Does this Close/Impact Existing Issues?

What is Missing?

Checklist