Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visualizations and storage for experiments #14

Open
13 of 19 tasks
cmry opened this issue Apr 20, 2016 · 2 comments
Open
13 of 19 tasks

visualizations and storage for experiments #14

cmry opened this issue Apr 20, 2016 · 2 comments

Comments

@cmry
Copy link
Owner

cmry commented Apr 20, 2016

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.
@cmry
Copy link
Owner Author

cmry commented Apr 21, 2016

First rough work on the front-end done in 705ce59. For now, first there needs to be some representation in the database that makes relevant calls a bit easier. Some of those high level representations should be:

  • 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)

@cmry
Copy link
Owner Author

cmry commented Apr 25, 2016

LIME evaluation (from this paper) has been added since 3da4827. Currently for binary classification only!

@cmry cmry modified the milestone: Front-end View May 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant