Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Umami Umami
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 47
    • Issues 47
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • atlas-flavor-tagging-tools
  • algorithms
  • UmamiUmami
  • Merge requests
  • !549

Fixing some small issues

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alexander Froch requested to merge alfroch-small-fixes into master May 24, 2022
  • Overview 4
  • Commits 8
  • Pipelines 17
  • Changes 14

Summary

This MR introduces the following changes

  • Fixing some naming issues in the plotting_umami.py example configs + docs.
  • Init a default train config with default values if the loaded one does not have these.
  • Re-ordering the lines in the Rejection per epoch plots from plotting_epoch_performance. Taggers loaded from files are now plotted first, then the taggers from local trainings and last the model which is to be plotted.
  • Fixing some types and remove some pylint ignores which are not needed anymore.
  • Fixed the usage of trained_taggers and taggers_from_file. trained_taggers was not used correctly and the label from taggers_from_file was not correctly loaded.

Conformity

  • Changelog entry
  • Documentation
  • Development guidelines
  • Style guides
Edited May 24, 2022 by Alexander Froch
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: alfroch-small-fixes