Skip to content

Separate validation from inference #10

@adjavon

Description

@adjavon

Validation

  • Runs on a smaller dataset
  • Creates a log of performance:
    • confusion matrices
    • balanced accuracy
  • Does not need to store the predictions

Inference

  • Runs on a larger dataset
  • Should store the predictions

Organization

  • Inference code should be shared
  • Saving/wrangling of the obtained results should be specific to each

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