You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the table on the experiments page has two views. It shows a basic list of experiments when the Algorithm filter is set to "All", and a more detailed list that shows the experiment parameters when the Algorithm filter is set to a particular algorithm.
We would like to update this so that when the Algorithm filter is set to "All", users can toggle between the current minimal list view and a more detailed view that shows the algorithm parameters. This filters for this new view should behave similarly to an excel table that has been grouped by Algorithm type.
Below is an example mockup of how this might look:
Basic list view: Similar to current view, new button in the header to toggle between basic and detailed view.
Detail view: Toggle button changed to reflect new view type. Sorting by Start time, score, or dataset sorts the experiments rows within each algorithmic subgroup. If this is not possible, sorting by those fields should be disabled.
The text was updated successfully, but these errors were encountered:
Currently the table on the experiments page has two views. It shows a basic list of experiments when the Algorithm filter is set to "All", and a more detailed list that shows the experiment parameters when the Algorithm filter is set to a particular algorithm.
We would like to update this so that when the Algorithm filter is set to "All", users can toggle between the current minimal list view and a more detailed view that shows the algorithm parameters. This filters for this new view should behave similarly to an excel table that has been grouped by Algorithm type.
Below is an example mockup of how this might look:
Basic list view:
Similar to current view, new button in the header to toggle between basic and detailed view.
Detail view:
Toggle button changed to reflect new view type. Sorting by Start time, score, or dataset sorts the experiments rows within each algorithmic subgroup. If this is not possible, sorting by those fields should be disabled.
The text was updated successfully, but these errors were encountered: