.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGES.rst
Dockerfile
LICENSE.txt
README.md
install_requirements.sh
pypi_index.zip
rdocs-requirements.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
version.py
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/benchmark_default_branch.yml
.github/workflows/deploy.yml
.github/workflows/stylecheck.yml
.github/workflows/test.yml
.github/workflows/test_all.yml
binder/requirements.txt
docs/Makefile
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
docs/_static/theme_override.css
docs/_templates/module_functions_template.rst
docs/api/modules.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.scripts.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/rolling_mechanism_1.png
docs/images/rolling_mechanism_2.png
docs/images/rolling_mechanism_drawio_template.xml
docs/images/ts_example_robot_failures_fail.png
docs/images/ts_example_robot_failures_nofail.png
docs/images/tsfresh_logo.svg
docs/text/data_formats.rst
docs/text/faq.rst
docs/text/feature_calculation.rst
docs/text/feature_extraction_settings.rst
docs/text/feature_filtering.rst
docs/text/forecasting.rst
docs/text/how_to_add_custom_feature.rst
docs/text/how_to_contribute.rst
docs/text/introduction.rst
docs/text/large_data.rst
docs/text/list_of_features.rst
docs/text/quick_start.rst
docs/text/sklearn_transformers.rst
docs/text/tsfresh_on_a_cluster.rst
notebooks/advanced/05 Timeseries Forecasting (multiple ids).ipynb
notebooks/advanced/compare-runtimes-of-feature-calculators.ipynb
notebooks/advanced/feature_extraction_with_datetime_index.ipynb
notebooks/advanced/friedrich_coefficients.ipynb
notebooks/advanced/inspect_dft_features.ipynb
notebooks/advanced/perform-PCA-on-extracted-features.ipynb
notebooks/advanced/stocks.png
notebooks/advanced/visualize-benjamini-yekutieli-procedure.ipynb
notebooks/examples/01 Feature Extraction and Selection.ipynb
notebooks/examples/02 sklearn Pipeline.ipynb
notebooks/examples/03 Feature Extraction Settings.ipynb
notebooks/examples/04 Multiclass Selection Example.ipynb
notebooks/examples/05 Timeseries Forecasting.ipynb
notebooks/examples/pipeline.pkl
notebooks/examples/stocks.png
peritus_tsfresh.egg-info/PKG-INFO
peritus_tsfresh.egg-info/SOURCES.txt
peritus_tsfresh.egg-info/dependency_links.txt
peritus_tsfresh.egg-info/requires.txt
peritus_tsfresh.egg-info/top_level.txt
tests/__init__.py
tests/benchmark.py
tests/fixtures.py
tests/integrations/__init__.py
tests/integrations/test_bindings.py
tests/integrations/test_feature_extraction.py
tests/integrations/test_full_pipeline.py
tests/integrations/test_notebooks.py
tests/integrations/test_relevant_feature_extraction.py
tests/integrations/dask-worker-space/global.lock
tests/integrations/dask-worker-space/purge.lock
tests/integrations/examples/__init__.py
tests/integrations/examples/test_driftbif_simulation.py
tests/integrations/examples/test_har_dataset.py
tests/integrations/examples/test_robot_execution_failures.py
tests/units/__init__.py
tests/units/feature_extraction/__init__.py
tests/units/feature_extraction/test_data.py
tests/units/feature_extraction/test_extraction.py
tests/units/feature_extraction/test_feature_calculations.py
tests/units/feature_extraction/test_settings.py
tests/units/feature_selection/__init__.py
tests/units/feature_selection/test_checks.py
tests/units/feature_selection/test_fdr_control.py
tests/units/feature_selection/test_feature_significance.py
tests/units/feature_selection/test_relevance.py
tests/units/feature_selection/test_selection.py
tests/units/feature_selection/test_significance_tests.py
tests/units/scripts/__init__.py
tests/units/scripts/test_run_tsfresh.py
tests/units/transformers/__init__.py
tests/units/transformers/test_feature_augmenter.py
tests/units/transformers/test_feature_selector.py
tests/units/transformers/test_per_column_imputer.py
tests/units/transformers/test_relevant_feature_augmenter.py
tests/units/utilities/__init__.py
tests/units/utilities/test_dataframe_functions.py
tests/units/utilities/test_distribution.py
tests/units/utilities/test_string_manipilations.py
tsfresh/__init__.py
tsfresh/defaults.py
tsfresh/convenience/__init__.py
tsfresh/convenience/bindings.py
tsfresh/convenience/relevant_extraction.py
tsfresh/examples/__init__.py
tsfresh/examples/driftbif_simulation.py
tsfresh/examples/har_dataset.py
tsfresh/examples/robot_execution_failures.py
tsfresh/feature_extraction/__init__.py
tsfresh/feature_extraction/data.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/relevance.py
tsfresh/feature_selection/selection.py
tsfresh/feature_selection/significance_tests.py
tsfresh/scripts/__init__.py
tsfresh/scripts/data.txt
tsfresh/scripts/measure_execution_time.py
tsfresh/scripts/run_tsfresh.py
tsfresh/scripts/test_timing.py
tsfresh/transformers/__init__.py
tsfresh/transformers/feature_augmenter.py
tsfresh/transformers/feature_selector.py
tsfresh/transformers/per_column_imputer.py
tsfresh/transformers/relevant_feature_augmenter.py
tsfresh/utilities/__init__.py
tsfresh/utilities/dataframe_functions.py
tsfresh/utilities/distribution.py
tsfresh/utilities/profiling.py
tsfresh/utilities/string_manipulation.py