LICENSE
README.md
pyproject.toml
src/ml_method_reports/__init__.py
src/ml_method_reports.egg-info/PKG-INFO
src/ml_method_reports.egg-info/SOURCES.txt
src/ml_method_reports.egg-info/dependency_links.txt
src/ml_method_reports.egg-info/requires.txt
src/ml_method_reports.egg-info/top_level.txt
src/ml_method_reports/algorithms/__init__.py
src/ml_method_reports/algorithms/etalon.py
src/ml_method_reports/algorithms/etalon_evaluation.py
src/ml_method_reports/reporting/__init__.py
src/ml_method_reports/reporting/adapters.py
src/ml_method_reports/reporting/api.py
src/ml_method_reports/reporting/context.py
src/ml_method_reports/reporting/html_report.py
src/ml_method_reports/reporting/models.py
src/ml_method_reports/reporting/notebook.py
src/ml_method_reports/reporting/pdf_report.py
src/ml_method_reports/reporting/plots.py
src/ml_method_reports/reporting/saving.py
src/ml_method_reports/reporting/serialization.py
src/ml_method_reports/reporting/types.py
src/ml_method_reports/reporting/builders/__init__.py
src/ml_method_reports/reporting/builders/agglomerative.py
src/ml_method_reports/reporting/builders/base.py
src/ml_method_reports/reporting/builders/decision_tree.py
src/ml_method_reports/reporting/builders/etalon.py
src/ml_method_reports/reporting/builders/generic.py
src/ml_method_reports/reporting/builders/kmeans.py
src/ml_method_reports/reporting/builders/knn.py
src/ml_method_reports/reporting/builders/logistic_regression.py
src/ml_method_reports/reporting/builders/random_forest.py
src/ml_method_reports/reporting/builders/sklearn_common.py
src/ml_method_reports/reporting/builders/svc.py
tests/test_notebook_support.py
tests/test_package_readiness.py
tests/test_progressive_reports.py