Skip to content
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

Developments for autoencoders and assess script #27

Merged
merged 12 commits into from
Feb 23, 2022

Conversation

sam-may
Copy link
Collaborator

@sam-may sam-may commented Feb 4, 2022

This PR addresses most of the remaining items on the to-do list in #18

Summary:

  • implement the option for an AutoEncoder to either (1) train a single autoencoder for all of its histograms or (2) train 1 autoencoder for each histogram. The latter is the new default option.
  • fix bug that Kaitlin and Vivan encountered during AutoEncoder.predict() when training with labeled (i.e. good vs. bad) runs
  • make AnomalyDetectionAlgorithm classes configurable through json inputs. In particular, this allows for a much smoother method of managing hyperparameters and training options for AutoEncoders
  • add SSE histograms on a per-events basis and a per-algorithm basis
  • add SSE histograms split by good/bad runs
  • add tools to calculate ROC curves, AUC, and their statistical uncertainties
  • add tools to plot ROC curves and print efficiency values to tables

Usage of new features is documented in the tutorial

@chadfreer chadfreer merged commit 65968ac into main Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants