docs: add CLAUDE.md and backtest visualization workflow example#2199
Open
chenminghui1 wants to merge 2 commits intomicrosoft:mainfrom
Open
docs: add CLAUDE.md and backtest visualization workflow example#2199chenminghui1 wants to merge 2 commits intomicrosoft:mainfrom
chenminghui1 wants to merge 2 commits intomicrosoft:mainfrom
Conversation
Add CLAUDE.md with project architecture overview, build/test/lint commands, and config-driven design patterns for Claude Code. Add examples/my_workflow_with_visual.py — a complete training + backtest + visualization script based on LightGBM Alpha360 config, generating 4 types of charts: report overview, IC analysis, risk analysis, and cumulative return decomposition. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
@chenminghui1 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Wraps score_ic_graph call with try/except to handle cases where groupby.apply returns scalar NaN (e.g. empty groups after dropna). Falls back to manual IC computation and ScatterGraph construction. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLAUDE.mdwith project architecture overview, build/test/lint commands, and config-driven design patterns for Claude Codeexamples/my_workflow_with_visual.py— a complete training + backtest + visualization script based on LightGBM Alpha360 config, generating 4 types of charts: report overview, IC analysis, risk analysis, and cumulative return decompositionTest plan
CLAUDE.mdrenders correctly with valid markdownexamples/my_workflow_with_visual.pyfollows the same config pattern as existing benchmarks🤖 Generated with Claude Code