Skip to content

visualizations and storage for experiments #14

@cmry

Description

@cmry

This is a big one, which requires the set-up of a database back-end (done already) and a (web) front-end:

  • Dump serialized config files to JSON database.
  • Represent the performance in a way that general metrics can be shown.
    • project
    • name
    • training_set (i.a.)
    • testing_set (i.a) -- this and above probably need to be abstracted from loaders
    • string representation of the used features
    • string NAME of the classifier used
    • POS / NEG f1-scores (could be put in a graph) micro f-1
  • Able to overview and compare experiments visually.
    • Flat Performance bar.
    • Plotting performance on data proportions.
    • Summary of experiment configurations.
    • Confusion matrices.
    • Aggregate performances in one report.
    • t-SNE?
  • Insight into feature importances.
    • LIME evaluation.
    • Coof. representations.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions