Clean up to start add modern models (#24)

This commit is contained in:
autistic-symposium-helper 2024-11-17 17:45:23 -08:00 committed by GitHub
parent 94d09f6fba
commit 3f8821f1d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 845 additions and 309 deletions

View file

@ -0,0 +1,6 @@
## parameter optimization
<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)
* overfitting to historical data is a big risk (be careful with validation and test sets).