Skip to content

Updates for MT classification model performance evaluation #382

@paulsonak

Description

@paulsonak

MT classification models have two problems:

  1. the weights aren't calculated or created in MinimalDataset used for calculating metrics on the original training data. So, the metrics and predictions fail
  2. Compare models doesn't let you pull multiple single-task model metrics from models trained on one multi-task dataset with a single response column passed. This is useful for using a MultitaskScaffoldSplit on the dataset and just general ease when training models on dense multitask datasets.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions