-
Notifications
You must be signed in to change notification settings - Fork 0
Learning improvements / testing. #53
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
50ef176
add evaluation output
GernotMaier 68acef2
training evaluation
GernotMaier 2d73fba
training on residuals
GernotMaier cd4ad45
diff x
GernotMaier 84856e2
avoid leakage
GernotMaier 7dcc833
fix std
GernotMaier 6a38370
updated hyperparameters
GernotMaier 8e4fffd
numpy array
GernotMaier ceb834b
config mean
GernotMaier e674252
Update src/eventdisplay_ml/models.py
GernotMaier d339024
Update docs/changes/53.feature.md
GernotMaier 0a04085
eval
GernotMaier 64516ed
energy bin weighting
GernotMaier f450d9d
unit tests
GernotMaier cad2124
correct E-diff calc
GernotMaier 1961306
changelog
GernotMaier 7a36961
SHAP storage
GernotMaier 54206c9
shap diagnostic
GernotMaier e40d91b
Apply suggestions from code review
GernotMaier 6921ecf
improved comments
GernotMaier e4d44ff
unit tests
GernotMaier ff5788e
duplicated
GernotMaier 9252f89
remove shebang
GernotMaier c8fd277
Add documentation of applications. (#54)
GernotMaier 18cef0a
HP
GernotMaier e5202cd
improved changelog
GernotMaier 49426a2
precommit
GernotMaier 96182c6
Update src/eventdisplay_ml/scripts/diagnostic_shap_summary.py
GernotMaier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Improvement for learning and testing: | ||
|
|
||
| - add evaluation set to training and save it to joblib. | ||
|
|
||
| Add a training evaluation script to plot the training and evaluation metrics over the training iterations: | ||
|
|
||
| ```console | ||
| python src/eventdisplay_ml/scripts/plot_training_evaluation.py --model_file tmp_cta_testing/stereo_south/dispdir_bdt.joblib --output_file test_training_curves.png | ||
| ``` | ||
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.