ESP icon indicating copy to clipboard operation
ESP copied to clipboard

Allow / display highlighting of live data in feature view.

Open damellis opened this issue 8 years ago • 1 comments

That is, when showing the live data as features, it should be possible to select from the history of live data (while the pipeline is paused) to create new training samples. Currently, it seems as though highlighting is supported but not displayed. Or maybe the highlighting is being done by the invisible input data plot rather than the feature plot?

damellis avatar Sep 09 '16 23:09 damellis

To do this, we should probably instantiate separate plot(s) for the live feature data, rather than simply grabbing pointers to the last stage of plots shown on the pipeline tab.

damellis avatar Oct 17 '16 23:10 damellis