tsfresh.scripts package

Submodules

tsfresh.scripts.run_tsfresh module

Run the script with: ``` python run_tsfresh.py path_to_your_csv.csv

System Message: WARNING/2 (/home/docs/checkouts/readthedocs.org/user_builds/tsfresh/envs/v0.10.0/local/lib/python2.7/site-packages/tsfresh/scripts/run_tsfresh.py:docstring of tsfresh.scripts.run_tsfresh, line 1); backlink

Inline literal start-string without end-string.
  • Currently this only samples to first 50 values.
  • Your csv must be space delimited.
  • Output is saved as path_to_your_csv.features.csv

` e.g.: ` python run_tsfresh.py data.txt ```

System Message: WARNING/2 (/home/docs/checkouts/readthedocs.org/user_builds/tsfresh/envs/v0.10.0/local/lib/python2.7/site-packages/tsfresh/scripts/run_tsfresh.py:docstring of tsfresh.scripts.run_tsfresh, line 9); backlink

Inline literal start-string without end-string.

System Message: WARNING/2 (/home/docs/checkouts/readthedocs.org/user_builds/tsfresh/envs/v0.10.0/local/lib/python2.7/site-packages/tsfresh/scripts/run_tsfresh.py:docstring of tsfresh.scripts.run_tsfresh, line 9); backlink

Inline interpreted text or phrase reference start-string without end-string.

A corresponding csv containing time series features will be saved as features_path_to_your_csv.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