ESP icon indicating copy to clipboard operation
ESP copied to clipboard

Use separate pipeline for extraction of features from training samples.

Open damellis opened this issue 8 years ago • 3 comments

Currently, when in "feature view" (i.e. displaying live data and training samples as features), the features are dynamically calculated from the training samples when navigating between training samples. This uses the live pipeline, which creates glitches in the plot of the features of the live data. We should probably clone the pipeline and use the clone from calculating features of the training samples (and reset it before use).

damellis avatar Sep 09 '16 22:09 damellis

@nebgnahz this was fixed by https://github.com/damellis/ESP/commit/d99dbf766a4c5bbb04fc6c67b9b2d0e403be03b7 right?

damellis avatar Sep 23 '16 18:09 damellis

I don't think so. It was planned but not fixed.

nebgnahz avatar Sep 23 '16 21:09 nebgnahz

Sorry, my mistake! I was confusing this with https://github.com/damellis/ESP/issues/337

damellis avatar Sep 23 '16 21:09 damellis