Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Q & A / Feedback / Things to consider #5

Open
ChristianSch opened this issue May 21, 2016 · 6 comments
Open

Q & A / Feedback / Things to consider #5

ChristianSch opened this issue May 21, 2016 · 6 comments

Comments

@ChristianSch
Copy link
Owner

No description provided.

@ChristianSch
Copy link
Owner Author

Something to consider in the future: a model can also be considered a model with some set of hyperparameters, hence an iteration of this very model. Maybe we can incorporate this in the data model.

@ChristianSch
Copy link
Owner Author

A thing that would be cool is a route /experiment/:id/model/all/measurements/forname/:foo or /experiment/:id/mode/measurements/forname/:foo that gives all the measurements for a name of all the models of an experiment, to give you a comparison of the metric across models.

@ChristianSch
Copy link
Owner Author

I was thinking, maybe experiments should be stateful, in the sense that they are started and stopped deliberately, and that progress can be set via api calls.

@ChristianSch
Copy link
Owner Author

Another thought: maybe custom visualizations could be implemented by "type" and "base64 encoded image" as a field for an applicable resource. This would allow the end user to provide custom viz for the models.

@ChristianSch
Copy link
Owner Author

What about the relationship between models and datasets? Should we rename models to experiment settings, or should models have datasets, or how can we model the possibility that a model can be used with several different datasets with different metrics and different results?

@ChristianSch
Copy link
Owner Author

ChristianSch commented Sep 22, 2016

It would be cool if we'd had a distinct "note" field for experiments/models, i.e. if the classifier does something like this:

UndefinedMetricWarning: F-score is ill-defined and being set to 0.0 in labels with no predicted samples.

or to allow some kind of experiment journal.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant