theft
theft copied to clipboard
R package for Tools for Handling Extraction of Features from Time series (theft)
Hi, I have tried to calculate features using tsfresh python package: ``` calculate_features(data = simData[1:66, ], id_var = "id", time_var = "timepoint", values_var = "values", # group_var = "process", feature_set...
Thinking of ways to revive [this](https://github.com/hendersontrent/theft/issues/131) I was trying out theft with a small subset of my data to see how well it runs. Now that I am trying to...
Thank you for the easy to use package. I guess there might be some memory leakage when calling calculate_features. I have a for loop iterating ~2000 times each calling all_features
I am using the new version of the package, after some time and have problems with tsfresh features set. I have converted a data into the tibble format. ``` symbol...