mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 15:37:44 +00:00
b98c9cd572
- Add GitHub issue templates (bug, feature, docs) - Add pull request template with closed-source checklist - Add CODEOWNERS for code review assignment - Add CI/CD workflows (ci, lint, security, docs, release) - pytest + coverage with Python 3.10/3.11 matrix - Ruff + MyPy code quality checks - Bandit + safety security scanning - Sphinx docs + GitHub Pages deployment - Automated PyPI releases on tag push - Add 6 comprehensive examples + Jupyter quickstart - 01_factor_discovery.py (LLM factor generation) - 02_factor_evolution.py (factor optimization) - 03_strategy_generation.py (IC-weighted combination) - 04_backtest_simple.py (strategy backtesting) - 05_model_training.py (XGBoost/LSTM training) - 06_rl_trading_agent.py (PPO/DQN/A2C agents) - notebooks/quickstart.ipynb (interactive tutorial) - Restructure .gitignore with explicit closed-source sections - Add CI/coverage/license badges to README - Complete CLI docstrings for all 9 commands - Add data_config.yaml for quant loop configuration
1.2 KiB
1.2 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| 🐛 Bug Report | Create a report to help us improve PREDIX | [Bug] | bug, needs-triage |
Beschreibung
Reproduktionsschritte
- Schritt 1:
... - Schritt 2:
... - Schritt 3:
... - Fehler tritt auf
Erwartetes Verhalten
Tatsächliches Verhalten
Environment
- OS: [z.B. Linux, macOS, Windows]
- Python-Version: [z.B. 3.10, 3.11]
- PREDIX-Version: [z.B. v2.0.0, main-branch]
- Installation: [z.B. pip, conda, from source]
Logs & Screenshots
Log Output (klicken zum Aufklappen)
Hier die Log-Ausgabe einfügen
Zusätzliche Kontext
Data Configuration
- Ich habe sichergestellt, dass die Daten korrekt geladen sind
qlib initwurde erfolgreich ausgeführt