.codespellrc
.flake8
.gitignore
.pre-commit-config.yaml
.zenodo.json
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
citation.cff
icon.png
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/setup_ci.md
.github/actions/test/action.yml
.github/actions/test_tutorials/action.yml
.github/workflows/dependabot_automerge.yml
.github/workflows/documentation.yml
.github/workflows/generate_paper_pdf.yml
.github/workflows/main_test_and_release.yml
.github/workflows/pre-commit.yml
docs/Makefile
docs/conf.py
docs/faq.rst
docs/feature_specifications.rst
docs/index.rst
docs/installation.rst
docs/timeseriesflattener.rst
docs/tutorials.rst
docs/_static/favicon.ico
docs/_static/icon.png
docs/_static/icon_dark.png
docs/_static/terminology_figure.png
docs/tutorials/01_basic.ipynb
docs/tutorials/02_advanced.ipynb
docs/tutorials/03_text.ipynb
docs/tutorials/img/term_a.png
docs/tutorials/img/term_b.png
docs/tutorials/img/term_c.png
docs/tutorials/img/term_d.png
paper/paper.bib
paper/paper.md
src/timeseriesflattener/__init__.py
src/timeseriesflattener/column_handler.py
src/timeseriesflattener/feature_spec_objects.py
src/timeseriesflattener/flattened_dataset.py
src/timeseriesflattener/flattened_ds_validator.py
src/timeseriesflattener/logger.py
src/timeseriesflattener/resolve_multiple_functions.py
src/timeseriesflattener/text_embedding_functions.py
src/timeseriesflattener/utils.py
src/timeseriesflattener.egg-info/PKG-INFO
src/timeseriesflattener.egg-info/SOURCES.txt
src/timeseriesflattener.egg-info/dependency_links.txt
src/timeseriesflattener.egg-info/requires.txt
src/timeseriesflattener.egg-info/top_level.txt
src/timeseriesflattener/feature_cache/__init__.py
src/timeseriesflattener/feature_cache/abstract_feature_cache.py
src/timeseriesflattener/feature_cache/cache_to_disk.py
src/timeseriesflattener/testing/load_synth_data.py
src/timeseriesflattener/testing/text_embedding_functions.py
src/timeseriesflattener/testing/utils_for_testing.py
tests/__init__.py
tests/conftest.py
tests/test_data/flattened/generated_with_outcome/create_synth_flattened_with_outcome.py
tests/test_data/flattened/generated_with_outcome/synth_flattened_with_outcome.csv
tests/test_data/models/create_bow_and_pca_model.py
tests/test_data/models/synth_bow_model.pkl
tests/test_data/models/synth_pca_model.pkl
tests/test_data/raw/create_synth_prediction_times.py
tests/test_data/raw/create_synth_raw_binary.py
tests/test_data/raw/create_synth_raw_float.py
tests/test_data/raw/create_synth_sex.py
tests/test_data/raw/create_synth_txt_data.py
tests/test_data/raw/synth_prediction_times.csv
tests/test_data/raw/synth_raw_binary_1.csv
tests/test_data/raw/synth_raw_binary_2.csv
tests/test_data/raw/synth_raw_float_1.csv
tests/test_data/raw/synth_raw_float_2.csv
tests/test_data/raw/synth_sex.csv
tests/test_data/raw/synth_text_data.csv
tests/test_feature_cache/test_cache_to_disk.py
tests/test_timeseriesflattener/__init__.py
tests/test_timeseriesflattener/test_embedding_functions.py
tests/test_timeseriesflattener/test_feature_spec_objects.py
tests/test_timeseriesflattener/test_resolve_multiple.py
tests/test_timeseriesflattener/test_utils.py
tests/test_timeseriesflattener/test_flattened_dataset/__init__.py
tests/test_timeseriesflattener/test_flattened_dataset/test_add_values.py
tests/test_timeseriesflattener/test_flattened_dataset/test_cache.py
tests/test_timeseriesflattener/test_flattened_dataset/test_concatenation.py
tests/test_timeseriesflattener/test_flattened_dataset/test_errors.py
tests/test_timeseriesflattener/test_flattened_dataset/test_flattened_dataset.py
tests/test_timeseriesflattener/test_flattened_dataset/utils.py