mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-04-25 18:19:08 -04:00
7 lines
296 B
Markdown
7 lines
296 B
Markdown
## 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).
|