Closed jakub-piw closed 2 days ago
I would suggest the following flow:
analysis/report.py
file with a class that takes as an input configuration of the experiment, performs it and gathers all information about the outcomebin/run_analysis.py
file with a script that uses report.py
config/experiment_config.yaml
with configurations run by run_analysis.py
Ofc if we are thinking about a small framework to make experiments, not ad-hoc .ipynb
analysis
I did sth similar here: https://github.com/DawidPludowski/adaptivee
I'll see what I can do, I'll for sure make sure to have a setup that gathers all the neccessary data, not sure if it will be in the same format as this however
We need to test our implementation on data.
The script for data is in
bin
directory.