Closed ZegCricket closed 1 year ago
In the newest scipy version, some function names have changed, leading to some errors during feature extraction using this library.
scipy.stats.median_absolute_deviation is now scipy.stats.median_abs_deviation
scipy.stats.median_absolute_deviation
scipy.stats.median_abs_deviation
Thank you, this issue was solved through the merged PR #131
In the newest scipy version, some function names have changed, leading to some errors during feature extraction using this library.