AUTHORS.rst
LICENSE
MANIFEST.in
README.rst
setup.py
MAPIE.egg-info/PKG-INFO
MAPIE.egg-info/SOURCES.txt
MAPIE.egg-info/dependency_links.txt
MAPIE.egg-info/not-zip-safe
MAPIE.egg-info/requires.txt
MAPIE.egg-info/top_level.txt
examples/classification/1-quickstart/plot_comp_methods_on_2d_dataset.py
examples/classification/3-scientific-articles/plot_sadinle2019_example.py
examples/classification/4-tutorials/plot_crossconformal.py
examples/classification/4-tutorials/plot_main-tutorial-classification.py
examples/multilabel_classification/1-quickstart/plot_tutorial_multilabel_classification.py
examples/regression/1-quickstart/plot_compare_conformity_scores.py
examples/regression/1-quickstart/plot_heteroscedastic_1d_data.py
examples/regression/1-quickstart/plot_homoscedastic_1d_data.py
examples/regression/1-quickstart/plot_prefit.py
examples/regression/1-quickstart/plot_timeseries_example.py
examples/regression/1-quickstart/plot_toy_model.py
examples/regression/2-advanced-analysis/plot_both_uncertainties.py
examples/regression/2-advanced-analysis/plot_nested-cv.py
examples/regression/2-advanced-analysis/plot_timeseries_enbpi.py
examples/regression/3-scientific-articles/plot_barber2020_simulations.py
examples/regression/3-scientific-articles/plot_kim2020_simulations.py
examples/regression/4-tutorials/plot_cqr_tutorial.py
examples/regression/4-tutorials/plot_main-tutorial-regression.py
examples/regression/4-tutorials/plot_ts-tutorial.py
mapie/__init__.py
mapie/_compatibility.py
mapie/_machine_precision.py
mapie/_typing.py
mapie/_version.py
mapie/aggregation_functions.py
mapie/calibration.py
mapie/classification.py
mapie/conformity_scores.py
mapie/metrics.py
mapie/multi_label_classification.py
mapie/quantile_regression.py
mapie/regression.py
mapie/subsample.py
mapie/time_series_regression.py
mapie/utils.py
mapie/tests/__init__.py
mapie/tests/test_aggregations_functions.py
mapie/tests/test_calibration.py
mapie/tests/test_classification.py
mapie/tests/test_common.py
mapie/tests/test_conformity_scores.py
mapie/tests/test_metrics.py
mapie/tests/test_multi_label_classification.py
mapie/tests/test_quantile_regression.py
mapie/tests/test_regression.py
mapie/tests/test_subsample.py
mapie/tests/test_time_series_regression.py
mapie/tests/test_utils.py