.codespellrc
.coveragerc
.flake8
.gitignore
AUTHORS.rst
LICENSE.md
Makefile
README.md
codecov.yml
dev-requirements.txt
docs-requirements.txt
ignore_words.txt
pyproject.toml
requirements.txt
setup.py
test-requirements.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/contributing.rst
docs/hyperparameters.rst
docs/index.rst
docs/input.rst
docs/installation.rst
docs/links.inc
docs/maintaining.rst
docs/pipeline.rst
docs/redirect.html
docs/scoring.rst
docs/steps.rst
docs/whats_new.rst
docs/_templates/versions.html
docs/changes/contributors.inc
docs/changes/latest.inc
docs/changes/v0.2.5.inc
docs/images/julearn_logo.png
docs/images/julearn_logo_calm.png
docs/images/julearn_logo_confbias.png
docs/images/julearn_logo_cv.png
docs/images/julearn_logo_generlization.png
docs/images/julearn_logo_it.png
docs/images/julearn_logo_ml.png
docs/images/julearn_logo_mlit.png
docs/sphinxext/gh_substitutions.py
examples/README.rst
examples/advanced/README.rst
examples/advanced/run_combine_pandas.py
examples/advanced/run_custom_scorers_regression.py
examples/advanced/run_hyperparameter_tuning.py
examples/advanced/run_return_confounds.py
examples/basic/README.rst
examples/basic/plot_cm_acc_multiclass.py
examples/basic/plot_confound_removal_classification.py
examples/basic/plot_example_regression.py
examples/basic/plot_groupcv_inspect_svm.py
examples/basic/plot_inspect_random_forest.py
examples/basic/plot_stratified_kfold_reg.py
examples/basic/plot_transform_until.py
examples/basic/run_n_jobs.py
examples/basic/run_simple_binary_classification.py
julearn/__init__.py
julearn/_version.py
julearn/api.py
julearn/pipeline.py
julearn/prepare.py
julearn.egg-info/PKG-INFO
julearn.egg-info/SOURCES.txt
julearn.egg-info/dependency_links.txt
julearn.egg-info/not-zip-safe
julearn.egg-info/requires.txt
julearn.egg-info/top_level.txt
julearn/estimators/__init__.py
julearn/estimators/available_models.py
julearn/estimators/dynamic.py
julearn/estimators/tests/test_available_models.py
julearn/estimators/tests/test_dynamic.py
julearn/estimators/tests/test_estimators.py
julearn/model_selection/__init__.py
julearn/model_selection/available_searchers.py
julearn/model_selection/cv.py
julearn/model_selection/tests/test_available_searchers.py
julearn/model_selection/tests/test_cv.py
julearn/scoring/__init__.py
julearn/scoring/available_scorers.py
julearn/scoring/metrics.py
julearn/scoring/scoring.py
julearn/scoring/tests/test_available_scorers.py
julearn/scoring/tests/test_metrics.py
julearn/tests/test_api.py
julearn/tests/test_pipeline.py
julearn/tests/test_prepare.py
julearn/transformers/__init__.py
julearn/transformers/available_transformers.py
julearn/transformers/cbpm.py
julearn/transformers/confounds.py
julearn/transformers/dataframe.py
julearn/transformers/meta.py
julearn/transformers/target.py
julearn/transformers/tests/test_cbpm.py
julearn/transformers/tests/test_confounds.py
julearn/transformers/tests/test_dataframe.py
julearn/transformers/tests/test_meta.py
julearn/transformers/tests/test_target.py
julearn/transformers/tests/test_transformers.py
julearn/utils/__init__.py
julearn/utils/column_types.py
julearn/utils/logging.py
julearn/utils/testing.py
julearn/utils/versions.py
julearn/utils/tests/test_column_types.py
julearn/utils/tests/test_logging.py
julearn/utils/tests/test_version.py