-
Notifications
You must be signed in to change notification settings - Fork 3
Q & A / Feedback / Things to consider #5
Comments
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. |
A thing that would be cool is a route |
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. |
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. |
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? |
It would be cool if we'd had a distinct "note" field for experiments/models, i.e. if the classifier does something like this:
or to allow some kind of experiment journal. |
No description provided.
The text was updated successfully, but these errors were encountered: