Francisco Bischoff

Results 32 comments of Francisco Bischoff

I was just opening another issue, but I see it is already found. My lazy repro is: **doesn't work** ```r args

Anyways, I tried again using ssh inside the WSL2 itself, because while between windows and WSL2 it "connects", there is no progression. I tried to disable the firewall, but I...

I'm currently using this approach (also to add a progress bar): ```r // worker structure RcppProgress::Progress *p; #if RCPP_PARALLEL_USE_TBB tbb::mutex m; #else tthread::mutex m; #endif // ... // this is...

Hello, thanks for the issue. TSMP is being revisited and issues will be reviewed soon.

Just crossed with this by chance... I think this may have some relation with tidyevaluation. As the variable `year` is global, it may collide with the function name. Try to...

Thank you for open this issue. Indeed you are right. I'll address this issue in future releases.

Might be of no interest if we can use SCRIMP++ (and later SCRIMP++ on GPU)

Hello, Please try my new package (that will be a dependency of tsmp): install this way the development version: remotes::install_github("matrix-profile-foundation/matrixprofiler@release/Release-1") best regards.

I think MultiMatrixProfile aims to have a meaningful motif search algorithm (as in the paper). Meanwhile, you can try to search the largest value in the computed profile. This for...