tsfresh.scripts package

Submodules

tsfresh.scripts.run_tsfresh module

This script can be run with:

python run_tsfresh.py path_to_your_csv.csv

A corresponding csv containing time series features will be saved as features_path_to_your_csv.csv

There are a few limitations though

  • Currently this only samples to first 50 values.
  • Your csv must be space delimited.
  • Output is saved as path_to_your_csv.features.csv
tsfresh.scripts.run_tsfresh.main(console_args=None)[source]

tsfresh.scripts.test_timing module

tsfresh.scripts.test_timing.plot_results()[source]
tsfresh.scripts.test_timing.test_timing()[source]
tsfresh.scripts.test_timing.test_with_length(length, df)[source]

Module contents