.gitignore
.pre-commit-config.yaml
AUTHORS.rst
LICENSE.md
README.md
codecov.yml
ignore_words.txt
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation_request.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/workflows/check-stale.yml
.github/workflows/ci-docs.yml
.github/workflows/ci.yml
.github/workflows/docs-preview.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
docs/Makefile
docs/available_pipeline_steps.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/examples.rst
docs/faq.rst
docs/getting_started.rst
docs/index.rst
docs/links.inc
docs/maintaining.rst
docs/redirect.html
docs/whats_new.rst
docs/_static/css/custom.css
docs/_static/js/custom.js
docs/_templates/class.rst
docs/_templates/function.rst
docs/_templates/function_warning.rst
docs/_templates/versions.html
docs/api/base.rst
docs/api/config.rst
docs/api/index.rst
docs/api/inspect.rst
docs/api/main.rst
docs/api/model_selection.rst
docs/api/models.rst
docs/api/pipeline.rst
docs/api/prepare.rst
docs/api/scoring.rst
docs/api/stats.rst
docs/api/transformers.rst
docs/api/utils.rst
docs/api/viz.rst
docs/changes/contributors.inc
docs/changes/newsfragments/.gitignore
docs/changes/newsfragments/226.bugfix
docs/changes/newsfragments/226.feature
docs/changes/newsfragments/254.bugfix
docs/changes/newsfragments/254.change
docs/changes/newsfragments/277.enh
docs/changes/newsfragments/278.doc
docs/changes/newsfragments/279.doc
docs/changes/newsfragments/282.doc
docs/changes/newsfragments/283.doc
docs/changes/newsfragments/284.misc
docs/changes/newsfragments/285.bugfix
docs/changes/newsfragments/286.bugfix
docs/changes/newsfragments/288.bugfix
docs/changes/newsfragments/291.bugfix
docs/images/corrected_ttest.png
docs/images/final_estimator.png
docs/images/iris_X.png
docs/images/iris_df.png
docs/images/iris_y.png
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_generalization.png
docs/images/julearn_logo_it.png
docs/images/julearn_logo_ml.png
docs/images/julearn_logo_mlit.png
docs/images/multiple_scorers_run_cv.png
docs/images/plot_scores.png
docs/images/scores_run_cv.png
docs/images/scores_run_cv_splitter.png
docs/images/scores_run_cv_train.png
docs/images/joblib_htcondor/condor_q.png
docs/images/joblib_htcondor/ui_main.png
docs/images/joblib_htcondor/ui_open.png
docs/images/joblib_htcondor/ui_stacked.png
docs/selected_deeper_topics/CBPM.rst
docs/selected_deeper_topics/confound_removal.rst
docs/selected_deeper_topics/cross_validation_splitter.rst
docs/selected_deeper_topics/hyperparameter_tuning.rst
docs/selected_deeper_topics/index.rst
docs/selected_deeper_topics/joblib.rst
docs/selected_deeper_topics/model_inspect.rst
docs/selected_deeper_topics/stacked_models.rst
docs/selected_deeper_topics/target_transformers.rst
docs/what_really_need_know/cross_validation.rst
docs/what_really_need_know/data.rst
docs/what_really_need_know/index.rst
docs/what_really_need_know/model_comparison.rst
docs/what_really_need_know/model_evaluation.rst
docs/what_really_need_know/pipeline.rst
examples/README.rst
examples/00_starting/README.rst
examples/00_starting/plot_cm_acc_multiclass.py
examples/00_starting/plot_example_regression.py
examples/00_starting/plot_stratified_kfold_reg.py
examples/00_starting/run_combine_pandas.py
examples/00_starting/run_grouped_cv.py
examples/00_starting/run_simple_binary_classification.py
examples/01_model_comparison/README.rst
examples/01_model_comparison/plot_simple_model_comparison.py
examples/02_inspection/README.rst
examples/02_inspection/plot_groupcv_inspect_svm.py
examples/02_inspection/plot_inspect_random_forest.py
examples/02_inspection/plot_preprocess.py
examples/02_inspection/run_binary_inspect_folds.py
examples/03_complex_models/README.rst
examples/03_complex_models/run_apply_to_target.py
examples/03_complex_models/run_example_pca_featsets.py
examples/03_complex_models/run_generate_target.py
examples/03_complex_models/run_hyperparameter_multiple_grids.py
examples/03_complex_models/run_hyperparameter_tuning.py
examples/03_complex_models/run_hyperparameter_tuning_bayessearch.py
examples/03_complex_models/run_stacked_models.py
examples/04_confounds/README.rst
examples/04_confounds/plot_confound_removal_classification.py
examples/04_confounds/run_return_confounds.py
examples/05_customization/README.rst
examples/05_customization/run_custom_scorers_regression.py
examples/99_docs/README.rst
examples/99_docs/run_cbpm_docs.py
examples/99_docs/run_confound_removal_docs.py
examples/99_docs/run_cv_splitters_docs.py
examples/99_docs/run_data_docs.py
examples/99_docs/run_hyperparameters_docs.py
examples/99_docs/run_model_comparison_docs.py
examples/99_docs/run_model_evaluation_docs.py
examples/99_docs/run_model_inspection_docs.py
examples/99_docs/run_pipeline_docs.py
examples/99_docs/run_stacked_models_docs.py
examples/99_docs/run_target_transformer_docs.py
examples/XX_disabled/dis_run_n_jobs.py
examples/XX_disabled/dis_run_target_confound_removal.py
julearn/__init__.py
julearn/_version.py
julearn/api.py
julearn/config.py
julearn/conftest.py
julearn/prepare.py
julearn.egg-info/PKG-INFO
julearn.egg-info/SOURCES.txt
julearn.egg-info/dependency_links.txt
julearn.egg-info/requires.txt
julearn.egg-info/top_level.txt
julearn/base/__init__.py
julearn/base/column_types.py
julearn/base/estimators.py
julearn/base/tests/test_base_estimators.py
julearn/base/tests/test_column_types.py
julearn/external/optuna_searchcv.py
julearn/inspect/__init__.py
julearn/inspect/_cv.py
julearn/inspect/_pipeline.py
julearn/inspect/_preprocess.py
julearn/inspect/inspector.py
julearn/inspect/tests/test_cv.py
julearn/inspect/tests/test_inspector.py
julearn/inspect/tests/test_pipeline.py
julearn/inspect/tests/test_preprocess.py
julearn/model_selection/__init__.py
julearn/model_selection/_optuna_searcher.py
julearn/model_selection/_skopt_searcher.py
julearn/model_selection/available_searchers.py
julearn/model_selection/continuous_stratified_kfold.py
julearn/model_selection/final_model_cv.py
julearn/model_selection/stratified_bootstrap.py
julearn/model_selection/utils.py
julearn/model_selection/tests/test_available_searchers.py
julearn/model_selection/tests/test_continous_stratified_kfold.py
julearn/model_selection/tests/test_final_model_cv.py
julearn/model_selection/tests/test_optuna_searcher.py
julearn/model_selection/tests/test_skopt_searcher.py
julearn/model_selection/tests/test_stratified_bootstrap.py
julearn/models/__init__.py
julearn/models/available_models.py
julearn/models/dynamic.py
julearn/models/tests/test_available_models.py
julearn/models/tests/test_dynamic.py
julearn/models/tests/test_models.py
julearn/pipeline/__init__.py
julearn/pipeline/merger.py
julearn/pipeline/pipeline_creator.py
julearn/pipeline/target_pipeline.py
julearn/pipeline/target_pipeline_creator.py
julearn/pipeline/tests/test_merger.py
julearn/pipeline/tests/test_pipeline_creator.py
julearn/pipeline/tests/test_target_pipeline.py
julearn/pipeline/tests/test_target_pipeline_creator.py
julearn/scoring/__init__.py
julearn/scoring/available_scorers.py
julearn/scoring/metrics.py
julearn/scoring/tests/test_available_scorers.py
julearn/scoring/tests/test_metrics.py
julearn/stats/__init__.py
julearn/stats/corrected_ttest.py
julearn/stats/tests/test_corrected_ttest.py
julearn/tests/test_api.py
julearn/tests/test_config.py
julearn/tests/test_prepare.py
julearn/transformers/__init__.py
julearn/transformers/available_transformers.py
julearn/transformers/cbpm.py
julearn/transformers/confound_remover.py
julearn/transformers/ju_column_transformer.py
julearn/transformers/dataframe/__init__.py
julearn/transformers/dataframe/change_column_types.py
julearn/transformers/dataframe/drop_columns.py
julearn/transformers/dataframe/filter_columns.py
julearn/transformers/dataframe/pick_columns.py
julearn/transformers/dataframe/set_column_types.py
julearn/transformers/dataframe/tests/test_change_column_types.py
julearn/transformers/dataframe/tests/test_drop_columns.py
julearn/transformers/dataframe/tests/test_filter_columns.py
julearn/transformers/dataframe/tests/test_set_column_types.py
julearn/transformers/target/__init__.py
julearn/transformers/target/available_target_transformers.py
julearn/transformers/target/ju_generated_target_model.py
julearn/transformers/target/ju_target_transformer.py
julearn/transformers/target/ju_transformed_target_model.py
julearn/transformers/target/target_confound_remover.py
julearn/transformers/target/tests/test_available_target_transformers.py
julearn/transformers/target/tests/test_ju_generated_target_model.py
julearn/transformers/target/tests/test_ju_target_transformer.py
julearn/transformers/target/tests/test_ju_transformed_target_model.py
julearn/transformers/target/tests/test_target_confound_remover.py
julearn/transformers/tests/test_available_transformers.py
julearn/transformers/tests/test_cbpm.py
julearn/transformers/tests/test_confounds.py
julearn/transformers/tests/test_jucolumntransformers.py
julearn/utils/__init__.py
julearn/utils/_cv.py
julearn/utils/checks.py
julearn/utils/logging.py
julearn/utils/testing.py
julearn/utils/typing.py
julearn/utils/versions.py
julearn/utils/tests/test_logging.py
julearn/utils/tests/test_version.py
julearn/viz/__init__.py
julearn/viz/_scores.py
julearn/viz/res/julearn_logo_generalization.png