You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
storage: "sqlite:///optuna.db" # Optional: for distributed runs
250
-
```
251
-
252
-
See `examples/autotune_config.yaml` for a complete example configuration.
253
-
254
211
---
255
212
256
213
## APIs & Data flows: to be updated
@@ -271,18 +228,6 @@ See `examples/autotune_config.yaml` for a complete example configuration.
271
228
# from repo root
272
229
pytest -q
273
230
```
274
-
QuantResearchStarter/
275
-
├─ src/quant_research_starter/
276
-
│ ├─ data/ # data loaders & adapters
277
-
│ ├─ factors/ # factor implementations
278
-
│ ├─ backtest/ # backtester & portfolio logic
279
-
│ ├─ analytics/ # performance and risk metrics
280
-
│ ├─ tuning/ # Optuna hyperparameter optimization
281
-
│ ├─ cli/ # command line entry points
282
-
│ └─ dashboard/ # optional Streamlit dashboard
283
-
├─ examples/ # runnable notebooks & example strategies
284
-
├─ tests/ # unit + integration tests
285
-
└─ docs/ # documentation source
286
231
287
232
### Frontend tests
288
233
@@ -378,4 +323,4 @@ If you hit an environment-specific issue, add a detailed issue with logs and rep
378
323
379
324
This project is licensed under the license in `LICENSE` (check root). For questions, open an issue or contact the maintainers listed in `AUTHORS` / `MAINTAINERS` files.
0 commit comments