mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +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
48 lines
1.3 KiB
Markdown
48 lines
1.3 KiB
Markdown
---
|
|
name: 💡 Feature Request
|
|
about: Suggest an idea for PREDIX
|
|
title: '[Feature] '
|
|
labels: 'enhancement, needs-triage'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Problem-Beschreibung
|
|
<!-- Bezieht sich dein Feature auf ein Problem? Bitte beschreibe es -->
|
|
<!-- Beispiel: "Ich bin immer frustriert, wenn ich..." -->
|
|
|
|
## Lösungsvorschlag
|
|
<!-- Eine klare und prägnante Beschreibung dessen, was du gerne hättest -->
|
|
|
|
## Alternativen
|
|
<!-- Hast du alternative Lösungen in Betracht gezogen? -->
|
|
|
|
## Zusätzliche Kontext
|
|
<!-- Weitere Informationen, Screenshots oder Mockups -->
|
|
|
|
## Use Case
|
|
<!-- Wie würde dieses Feature deinen Workflow verbessern? -->
|
|
|
|
### Checkliste
|
|
<!-- Bitte bestätige die folgenden Punkte mit [x] -->
|
|
|
|
- [ ] Ich habe die [Dokumentation](https://github.com/nico/Predix/tree/main/docs) gelesen
|
|
- [ ] Ich habe geprüft, ob dieses Feature bereits als [bestehendes Issue](https://github.com/nico/Predix/issues) existiert
|
|
- [ ] Dieses Feature ist relevant für **Open-Source** (keine closed-source Komponenten)
|
|
|
|
## Impact
|
|
|
|
<!-- Wer würde von diesem Feature profitieren? -->
|
|
|
|
- [ ] Alle PREDIX-Nutzer
|
|
- [ ] Spezifische Nutzer (z.B. FX-Trader, Qlib-Nutzer)
|
|
- [ ] Entwickler/Contributors
|
|
|
|
## Priorität
|
|
|
|
<!-- Wie dringend ist dieses Feature? -->
|
|
|
|
- [ ] Niedrig (Nice-to-have)
|
|
- [ ] Mittel (Würde den Workflow verbessern)
|
|
- [ ] Hoch (Blockiert meine Arbeit)
|