-
Notifications
You must be signed in to change notification settings - Fork 0
v492.0 dev3 xgb #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v492.0 dev3 xgb #86
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds XGBoost (XGB) machine learning support to the VERITAS analysis pipeline, along with updates to calibration data and time mask configurations.
Key Changes:
- Addition of XGBoost classification parameters and model file copying infrastructure
- Update of throughput correction factors for the V6_2025_2025s observation period
- Addition of 243 new time cut entries for runs 112698-114009
- Removal of commented documentation lines from multiple gamma/hadron cut files
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated 13 comments.
Show a summary per file
| File | Description |
|---|---|
| ParameterFiles/XGB-classify-parameter.json | New configuration file defining energy and zenith angle bins for XGBoost classification |
| ParameterFiles/ThroughputCorrection.runparameter | Added reflectivity, g-factor, and s-factor values for V6_2025_2025s observing period |
| ParameterFiles/EFFECTIVEAREA.runparameter | Removed TELESCOPETYPECUTS configuration option |
| ParameterFiles/ANASUM.timemask.dat | Added 243 new time cut entries and corrected duplicate/formatting issues from previous entries |
| ParameterFiles/ANASUM.runparameter | Added XGBFILESUFFIX configuration parameter |
| GammaHadronCutFiles/*.dat | Cleaned up commented TMVACUTS documentation lines across 7 cut configuration files |
| DispXGB/copy_dispXGB.sh | New shell script to copy XGBoost model files from IRF production site |
| DispXGB/.gitignore | Added patterns to ignore V4, V5, and V6 version directories |
| DispXGB/AP/.gitkeep | Placeholder file to maintain empty directory structure |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@GernotMaier I've opened a new pull request, #87, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: GernotMaier <14001688+GernotMaier@users.noreply.github.com>
[WIP] WIP Address feedback from pull request #86
No description provided.