knightlab-analyses / regression-benchmarking

BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

NEW sqlalchemy tables for scores and parameters #21

Closed gwarmstrong closed 4 years ago

gwarmstrong commented 4 years ago

This PR adds a database module to q2-mlab, to make for convenient access to the bench-marking results.

This first pass, uses sqlalchemy to create the table schemas and interact with the database. I have also exposed some convenience methods for adding rows to the database via a cli.

gwarmstrong commented 4 years ago

Looks like there was some breaking change made in the latest new major version of lightgbm, so I pinned the version for now.