.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
README.md
citation.cff
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/actions/test/action.yml
.github/workflows/cache_version
.github/workflows/dependabot_automerge.yml
.github/workflows/documentation.yml
.github/workflows/main_test_and_release.yml
.github/workflows/pre-commit.yml
docs/Makefile
docs/api.model_performance.rst
docs/api.timeseriesflattener.rst
docs/api.writers.rst
docs/changelog.md
docs/conf.py
docs/faq.rst
docs/index.rst
docs/installation.md
docs/make.bat
docs/_static/favicon.ico
docs/_static/icon.png
docs/_static/icon_with_title.png
example/load_sql.py
src/__init__.py
src/psycop_ml_utils/utils.py
src/psycop_ml_utils/utils_for_testing.py
src/psycop_ml_utils/loaders/synth/raw/load_synth_data.py
src/psycop_ml_utils/sql/__init__.py
src/psycop_ml_utils/sql/loader.py
src/psycop_ml_utils/sql/writer.py
src/psycop_ml_utils/synth_data_generator/__init__.py
src/psycop_ml_utils/synth_data_generator/synth_col_generators.py
src/psycop_ml_utils/synth_data_generator/synth_prediction_times_generator.py
src/psycop_ml_utils/synth_data_generator/synth_txt_data_generator.py
src/psycop_ml_utils/synth_data_generator/utils.py
src/psycop_ml_utils/wandb/wandb_try_except_decorator.py
src/psycopmlutils.egg-info/PKG-INFO
src/psycopmlutils.egg-info/SOURCES.txt
src/psycopmlutils.egg-info/dependency_links.txt
src/psycopmlutils.egg-info/requires.txt
src/psycopmlutils.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_synth_data_generator.py
tests/test_data/synth_prediction_data.csv
tests/test_data/test_nothing.py
tests/test_data/flattened/generated_with_outcome/synth_flattened_with_outcome.csv
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_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_txt_data.csv