LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.py
examples/08_end_to_end_classification.py
examples/09_end_to_end_regression.py
examples/__init__.py
examples/_bootstrap_paths.py
examples/_workflow_shared.py
examples/end_to_end_classification.py
examples/end_to_end_regression.py
examples/example_unified_workflow.py
examples/legacy_data_processing_example.py
examples/legacy_explanatory_example.py
examples/legacy_feature_selector_example.py
examples/legacy_modeling_xai_reporting_example.py
src/all_builders.py
src/data_processing_builder.py
src/data_processing_module.py
src/data_processing_module_core.py
src/deployment_scoring.py
src/deployment_scoring_module.py
src/explainable_ai.py
src/explainable_ai_module.py
src/explanatory_builder.py
src/explanatory_module.py
src/feature_selector_builder.py
src/feature_selector_module.py
src/modeling_only.py
src/modeling_only_module.py
src/module_suite_builder.py
src/plot_style.py
src/results_reporting.py
src/results_reporting_module.py
src/unified_workflow.py
src/unified_workflow_module.py
src/scientific_ml_modules/__init__.py
src/scientific_ml_modules/archive/__init__.py
src/scientific_ml_modules/config/__init__.py
src/scientific_ml_modules/config/builders.py
src/scientific_ml_modules/config/eda_builder.py
src/scientific_ml_modules/config/feature_selection_builder.py
src/scientific_ml_modules/config/processing_builder.py
src/scientific_ml_modules/core/__init__.py
src/scientific_ml_modules/core/eda.py
src/scientific_ml_modules/core/feature_selection.py
src/scientific_ml_modules/core/modeling.py
src/scientific_ml_modules/core/processing.py
src/scientific_ml_modules/core/processing_core.py
src/scientific_ml_modules/core/reporting.py
src/scientific_ml_modules/core/xai.py
src/scientific_ml_modules/utils/__init__.py
src/scientific_ml_modules/utils/logging_utils.py
src/scientific_ml_modules/utils/plot_style.py
src/scientific_ml_modules/workflow/__init__.py
src/scientific_ml_modules/workflow/deployment.py
src/scientific_ml_modules/workflow/module_suite.py
src/scientific_ml_modules/workflow/unified.py
src/zaganidis_scientific_ml_modules.egg-info/PKG-INFO
src/zaganidis_scientific_ml_modules.egg-info/SOURCES.txt
src/zaganidis_scientific_ml_modules.egg-info/dependency_links.txt
src/zaganidis_scientific_ml_modules.egg-info/requires.txt
src/zaganidis_scientific_ml_modules.egg-info/top_level.txt
tests/conftest.py
tests/test_eda_and_processing.py
tests/test_end_to_end_examples.py
tests/test_feature_selection_modeling_reporting.py
tests/test_imports_and_defaults.py
tests/test_package_structure_v016.py