Skip to content

Replace mlflow metrics with a new Dioptra db table #930

@keithmanville

Description

@keithmanville

To remove dependence on mlflow, we should create a new database table to capture metrics associated with a job.

A job can have multiple metrics with the following properties:

  • name (str)
  • value (float)
  • step (int)

The service layer should be updated to store this information int he new table instead of using the mlflow client.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions