LICENSE
MANIFEST.in
README.md
VERSION.txt
requirements.txt
setup.py
docs/source/conf.py
examples/basics/introduction.py
examples/basics/model_search.py
examples/basics/multi_target.py
examples/basics/pipeline_transform.py
examples/paper_results/benchmark.py
examples/paper_results/improved_main_body.py
examples/paper_results/learning_curve.py
examples/paper_results/main_body.py
examples/paper_results/summary_plot.py
examples/paper_results/supplementary.py
physlearn/VERSION.txt
physlearn/__init__.py
physlearn/base.py
physlearn/loss.py
physlearn/pipeline.py
physlearn/datasets/__init__.py
physlearn/datasets/google/__init__.py
physlearn/datasets/google/_google.py
physlearn/datasets/google/base.py
physlearn/datasets/google/data/__init__.py
physlearn/datasets/google/data/google_5q_random.csv
physlearn/datasets/google/google_json/_5q.json
physlearn/datasets/google/google_json/__init__.py
physlearn/datasets/google/model_persistence/__init__.py
physlearn/datasets/google/model_persistence/_paper_params.py
physlearn/datasets/google/utils/__init__.py
physlearn/datasets/google/utils/_helper_functions.py
physlearn/supervised/__init__.py
physlearn/supervised/interface.py
physlearn/supervised/regression.py
physlearn/supervised/interpretation/__init__.py
physlearn/supervised/interpretation/interpret_regressor.py
physlearn/supervised/model_selection/__init__.py
physlearn/supervised/model_selection/cv_comparison.py
physlearn/supervised/model_selection/learning_curve.py
physlearn/supervised/utils/__init__.py
physlearn/supervised/utils/_data_checks.py
physlearn/supervised/utils/_definition.py
physlearn/supervised/utils/_estimator_checks.py
physlearn/supervised/utils/_search.py
scikit_physlearn.egg-info/PKG-INFO
scikit_physlearn.egg-info/SOURCES.txt
scikit_physlearn.egg-info/dependency_links.txt
scikit_physlearn.egg-info/requires.txt
scikit_physlearn.egg-info/top_level.txt
tests/test_baseboost.py
tests/test_basic.py
tests/test_catboost.py
tests/test_lightgbm.py
tests/test_mlxtend.py
tests/test_xgboost.py