Add more validation results#460
Open
ppinchuk wants to merge 10 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds new validation reporting artifacts, including a geothermal web scraping validation notebook and shared utility functions for computing/plotting confusion matrices, along with updated validation documentation and README/About links.
Changes:
- New shared validation utility module (
val_utils.py) factoring outcompute_stats,plot_compass_confusion_matrix_from_data, andplot_compass_confusion_matrixfor reuse across validation notebooks. - New
May_2026_Geothermal_webscraping_validation.ipynbnotebook reporting COMPASS vs human document collection results (90% accuracy, 85.71% precision, 90% recall on 100 reviewed rows). - Validation report expansion in
docs/source/val/validation.rst(new Geothermal May 2026, Wind September, Solar August 2025 sections) plus README/About updates linking to the validation report and swapping Solar/Wind dataset submission IDs.
Reviewed changes
Copilot reviewed 4 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| support/validation/val_utils.py | New shared helpers for confusion matrix stats and plotting used by validation notebooks. |
| support/validation/May_2026_Geothermal_webscraping_validation.ipynb | New geothermal webscraping validation notebook with COMPASS/human scoring logic and plots. |
| docs/source/val/validation.rst | Adds geothermal, wind (Sept), and solar (Aug 2025) validation sections with images. |
| README.rst | Updates branding to COMPASS, adds validation report link, swaps Solar/Wind OpenEI dataset IDs. |
| docs/source/misc/about.rst | Adds a Validation section linking to the validation report. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
Add validation results from geothermal electricity web scraping as well as the old solar and wind validation pieces that were missing