tsfresh.scripts package

Submodules

tsfresh.scripts.measure_execution_time module

System Message: WARNING/2 (/home/docs/checkouts/readthedocs.org/user_builds/tsfresh/checkouts/v0.16.0/docs/api/tsfresh.scripts.rst, line 10)

autodoc: failed to import module ‘tsfresh.scripts.measure_execution_time’; the following exception was raised: Traceback (most recent call last): File “/home/docs/checkouts/readthedocs.org/user_builds/tsfresh/envs/v0.16.0/lib/python3.7/site-packages/sphinx/ext/autodoc.py”, line 658, in import_object __import__(self.modname) File “/home/docs/checkouts/readthedocs.org/user_builds/tsfresh/envs/v0.16.0/lib/python3.7/site-packages/tsfresh/scripts/measure_execution_time.py”, line 13, in <module> import b2luigi as luigi ModuleNotFoundError: No module named ‘b2luigi’

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