.codespellrc
.coveragerc
.flake8
.gitignore
.travis.yml
AUTHORS.rst
LICENSE.md
Makefile
README.md
codecov.yml
docs-requirements.txt
ignore_words.txt
pyproject.toml
requirements.txt
setup.py
test-requirements.txt
.github/workflows/ci.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/steps.rst
docs/_templates/versions.html
examples/README.rst
examples/advanced/README.rst
examples/advanced/run_combine_pandas.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/run_simple_binary_classification.py
julearn/__init__.py
julearn/_version.py
julearn/api.py
julearn/model_selection.py
julearn/pipeline.py
julearn/prepare.py
julearn/scoring.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/tests/test_estimators.py
julearn/tests/test_api.py
julearn/tests/test_model_selection.py
julearn/tests/test_pipeline.py
julearn/tests/test_prepare.py
julearn/transformers/__init__.py
julearn/transformers/available_transformers.py
julearn/transformers/confounds.py
julearn/transformers/dataframe.py
julearn/transformers/meta.py
julearn/transformers/target.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/tests/test_column_types.py
julearn/utils/tests/test_logging.py