Description
Use MLflow’s search functionality to query experiment logs and create queries for:
- Identifying the best-performing models based on metrics (e.g., MAE < threshold).
- Comparing RL models across hyperparameter configurations.
- Evaluating change point detection algorithms for sensitivity and precision.
Acceptance Criteria
- Queries are created and return relevant results.
- A report summarizing findings from queries is generated (we can maybe add this on later as we continue to move along the development process).