chores: refactor for the new ai research, add linter, gh action, etc (#27)

This commit is contained in:
Marina von Steinkirch, PhD 2025-08-13 21:49:46 +08:00 committed by von-steinkirch
parent fb4ab80dc3
commit d5467e559f
40 changed files with 5177 additions and 2476 deletions

View file

@ -2,5 +2,6 @@
<br>
* perform a search, for example grid search, over possible values of strategy parameters like thresholds or coefficients (using the simulator and a set of historical data)
* perform a search, for example grid search, over possible values of strategy parameters like thresholds or coefficients
(using the simulator and a set of historical data)
* overfitting to historical data is a big risk (be careful with validation and test sets).