LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
docs/about.md
docs/index.md
docs/user-guide.md
docs/guides/flow.md
docs/guides/multiple-models.md
docs/guides/neptune-integration.md
docs/guides/random-effects.md
docs/guides/repeated-guide.md
docs/guides/rf-regressor.md
docs/images/icon_c.png
docs/images/logo_colored.png
docs/images/logo_crop.jpg
docs/images/logo_font.jpg
docs/images/neptune_charts.png
docs/images/neptune_merf.png
docs/images/neptune_model_mapping.png
docs/images/neptune_optuna.png
docs/images/neptune_shap.png
docs/images/neptune_xgb_shap.png
docs/images/xgboost_regr_error.png
docs/reference/core.md
docs/reference/interface.md
docs/reference/log.md
docs/reference/metrics.md
docs/reference/model-mapping.md
docs/reference/model-selection.md
docs/reference/models.md
docs/reference/plotting.md
docs/reference/postprocessing.md
docs/reference/reference.md
docs/reference/repeated-ref.md
docs/reference/results-handling.md
docs/reference/split.md
docs/reference/synthesis.md
docs/reference/utilities.md
docs/start/getting-started.md
docs/start/tutorial.md
flexcv/__init__.py
flexcv/_data.py
flexcv/core.py
flexcv/fold_logging.py
flexcv/fold_results_handling.py
flexcv/interface.py
flexcv/merf.py
flexcv/metrics.py
flexcv/model_mapping.py
flexcv/model_mapping.yaml
flexcv/model_postprocessing.py
flexcv/model_selection.py
flexcv/models.py
flexcv/plot.py
flexcv/repeated.py
flexcv/results_handling.py
flexcv/run.py
flexcv/split.py
flexcv/stratification.py
flexcv/synthesizer.py
flexcv/utilities.py
flexcv/yaml_parser.py
flexcv.egg-info/PKG-INFO
flexcv.egg-info/SOURCES.txt
flexcv.egg-info/dependency_links.txt
flexcv.egg-info/requires.txt
flexcv.egg-info/top_level.txt
imgs/logo_colored.png
test/test_core.py
test/test_crossvalmethod.py
test/test_docs.py
test/test_fold_result_handling.py
test/test_formula.py
test/test_formula_re.py
test/test_full_run_fixed_effects.py
test/test_full_run_merf.py
test/test_full_run_mixed_effects_lmer.py
test/test_full_run_vs_sklearn.py
test/test_interface.py
test/test_metrics_dict.py
test/test_model_adder.py
test/test_model_mapping.py
test/test_model_postprocessing.py
test/test_model_remover.py
test/test_model_selection.py
test/test_multiple_models.py
test/test_neptune.py
test/test_neptune_callback.py
test/test_repeated.py
test/test_results_handling.py
test/test_run.py
test/test_split_concatenated_stratified_group.py
test/test_split_continuous_stratified.py
test/test_split_continuous_stratified_group.py
test/test_splits_make_cross_val_split.py
test/test_summary.py
test/test_synthesizer.py
test/test_utilities.py
test/test_yaml_parser.py