.coveragerc
.travis.yml
AUTHORS.rst
CHANGES.rst
LICENSE.txt
README.md
README.rst
pypi_index.zip
rdocs-requirements.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
docs/Makefile
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
docs/api/modules.rst
docs/api/tests.rst
docs/api/tsfresh.convenience.rst
docs/api/tsfresh.examples.rst
docs/api/tsfresh.feature_extraction.rst
docs/api/tsfresh.feature_selection.rst
docs/api/tsfresh.rst
docs/api/tsfresh.transformers.rst
docs/api/tsfresh.utilities.rst
docs/images/feature_extraction_process_20160815_mc_1.png
docs/images/introduction_ts_exa.png
docs/images/introduction_ts_exa_features.png
docs/images/ts_example_robot_failures_fail.png
docs/images/ts_example_robot_failures_nofail.png
docs/text/data_formats.rst
docs/text/faq.rst
docs/text/feature_filtering.rst
docs/text/feature_naming.rst
docs/text/how_to_add_custom_feature.rst
docs/text/how_to_contribute.rst
docs/text/introduction.rst
docs/text/quick_start.rst
docs/text/sklearn_transformers.rst
notebooks/human_acitivity_recognition_example.ipynb
notebooks/pipeline_example.ipynb
notebooks/robot_failure_example.ipynb
tests/__init__.py
tests/conftest.py
tests/fixtures.py
tests/test_feature_significance.py
tests/test_relevant_feature_extraction.py
tests/examples/test_har_dataset.py
tests/examples/test_robot_execution_failures.py
tests/feature_extraction/test_feature_calculations.py
tests/feature_extraction/test_settings.py
tests/feature_extraction/test_ts_features.py
tests/feature_selection/test_feature_selectors.py
tests/feature_selection/test_selection.py
tests/scripts/test_run_tsfresh.py
tests/transformers/test_feature_augmenter.py
tests/transformers/test_feature_selector.py
tests/transformers/test_full_pipeline.py
tests/transformers/test_relevant_feature_extractor.py
tests/utilities/test_dataframe_functions.py
tsfresh/__init__.py
tsfresh.egg-info/PKG-INFO
tsfresh.egg-info/SOURCES.txt
tsfresh.egg-info/dependency_links.txt
tsfresh.egg-info/entry_points.txt
tsfresh.egg-info/not-zip-safe
tsfresh.egg-info/requires.txt
tsfresh.egg-info/top_level.txt
tsfresh/convenience/__init__.py
tsfresh/convenience/relevant_extraction.py
tsfresh/examples/__init__.py
tsfresh/examples/har_dataset.py
tsfresh/examples/robot_execution_failures.py
tsfresh/feature_extraction/__init__.py
tsfresh/feature_extraction/extraction.py
tsfresh/feature_extraction/feature_calculators.py
tsfresh/feature_extraction/settings.py
tsfresh/feature_selection/__init__.py
tsfresh/feature_selection/feature_selector.py
tsfresh/feature_selection/selection.py
tsfresh/feature_selection/settings.py
tsfresh/feature_selection/significance_tests.py
tsfresh/scripts/__init__.py
tsfresh/scripts/data.txt
tsfresh/scripts/run_tsfresh.py
tsfresh/transformers/__init__.py
tsfresh/transformers/feature_augmenter.py
tsfresh/transformers/feature_selector.py
tsfresh/transformers/relevant_feature_augmenter.py
tsfresh/utilities/__init__.py
tsfresh/utilities/dataframe_functions.py
tsfresh/utilities/profiling.py