byu-dml / metalearn

BYU's python library of useable tools for metalearning
MIT License
22 stars 6 forks source link

Refactor run_tests.py #180

Closed epeters3 closed 5 years ago

epeters3 commented 5 years ago

Currently, in order to run the package benchmarks or compare to openml, lines inside run_tests.py need to be commented and uncommented. This has also caused the readme to have to include the lines of code to be commented and uncommented. Adding basic CLI args to run_tests.py would make running the benchmarks and comparison easier, and would decouple all that code from needing to be put in the readme.

There are multiple ways to skin this cat. Another way would be to have a dedicated file for each section of run_tests.py