madminer-tool / madminer-workflow

Madminer complete cloud-based analysis
MIT License
4 stars 4 forks source link

Instrument MadMiner code with MLflow Tracking #23

Closed BenGalewsky closed 4 years ago

BenGalewsky commented 4 years ago

An an analyzer I want to see the performance and generated artifacts from my MadMiner run so I can evaluate the fit and inspect the artifacts

Assumptions

  1. MLflow Tracking logging statements added to the model code. These statements write loss functions and other measurements alongside the input hyperparameters.

Acceptance Criteria

  1. At the end of a run I can view the MLflow UI and inspect the results
  2. At the end of a run I can view generated artifacts
Sinclert commented 4 years ago

The main PR has been merged.

Feel free to close this issue (I cannot).