.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Readme.md
build.sh
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/release.yml
docs/TODO.md
docs/devReadMe.md
docs/requirements-dev.txt
docs/requirements.txt
docs/media/ml2sql_demo.gif
docs/media/ml2sql_logo.png
ml2sql/__init__.py
ml2sql/cli_check_model.py
ml2sql/cli_init.py
ml2sql/cli_run.py
ml2sql/main.py
ml2sql/quick_clean_data.py
ml2sql.egg-info/PKG-INFO
ml2sql.egg-info/SOURCES.txt
ml2sql.egg-info/dependency_links.txt
ml2sql.egg-info/entry_points.txt
ml2sql.egg-info/requires.txt
ml2sql.egg-info/top_level.txt
ml2sql/data/configuration/example_binary_titanic.json
ml2sql/data/configuration/example_multiclass_faults.json
ml2sql/data/configuration/example_regression_used_cars.json
ml2sql/data/configuration/zexample_multiclass_faults_ebm.json
ml2sql/data/data/example_binary_titanic.csv
ml2sql/data/data/example_multiclass_faults.csv
ml2sql/data/data/example_regression_used_cars.csv
ml2sql/utils/__init__.py
ml2sql/utils/create_config.py
ml2sql/utils/modelcreater.py
ml2sql/utils/modeltester.py
ml2sql/utils/feature_selection/correlations.py
ml2sql/utils/helper_functions/checks.py
ml2sql/utils/helper_functions/config_handling.py
ml2sql/utils/helper_functions/setup_logger.py
ml2sql/utils/modelling/__init__.py
ml2sql/utils/modelling/calibration.py
ml2sql/utils/modelling/main_modeler.py
ml2sql/utils/modelling/performance.py
ml2sql/utils/modelling/models/__init__.py
ml2sql/utils/modelling/models/decision_tree.py
ml2sql/utils/modelling/models/ebm.py
ml2sql/utils/modelling/models/l_regression.py
ml2sql/utils/output_scripts/decision_tree_as_code.py
ml2sql/utils/output_scripts/ebm_as_code.py
ml2sql/utils/output_scripts/l_regression_as_code.py
ml2sql/utils/pre_processing/pre_process.py
ml2sql/utils/test_helpers/sql_model.py
tests/__init__.py
tests/conftest.py
tests/test_checks.py
tests/test_cli.py
tests/test_config_handling.py
tests/test_constants.py
tests/test_correlation_functions.py
tests/test_functions_in_main.py
tests/test_main.py
tests/test_run_decisiontree_flows.py
tests/test_run_ebm_flows.py
tests/test_run_lregression_flows.py