Andy Heusser
Andy Heusser
@jeremymanning - exactly, the stream object would look the same, but the way the data gets into it would be through LSL
one thing that would be potentially tricky to implement but well worth it would be to rewrite the `transform` method of a geo to transform the input data with the...
yes, and also rewriting some of the functions (align coming to mind, but maybe others) to conform to the `fit` `transform` sklearn API
yes, i think that will work! `train`->`fit`, `transform`->`transform`
Thanks for the submitting the issue. I'm getting the same thing on my end so it looks like a bug! I'll add it to the list for the next release...
one more thought (maybe worth a separate issue): it looks like the degree of sub-sampling (using pchip) changes with duration, but it shouldn't-- duration should change the rotation rate (i.e....
@jjstrydom thanks for the report! - Unfortunately, I can't address this directly since it's an issue with UMAP. We are moving towards making all non-essential packages optional installs, which will...
Thanks @lmcinnes!! We'll check it out
My opinion would be to keep the hypertools cluster API as consistent as possible, even if the scikit-learn is different. For the gaussian mixture model, I would map `n_components` ->...
@alokkumary2j awesome! thanks for your work on this! We'll take a look and approve or make suggestions. To address your questions: _We can probably provide custom messages to the users,...