LICENSE
README.md
pyproject.toml
src/tencent_wedata_auto_ml_dev.egg-info/PKG-INFO
src/tencent_wedata_auto_ml_dev.egg-info/SOURCES.txt
src/tencent_wedata_auto_ml_dev.egg-info/dependency_links.txt
src/tencent_wedata_auto_ml_dev.egg-info/entry_points.txt
src/tencent_wedata_auto_ml_dev.egg-info/requires.txt
src/tencent_wedata_auto_ml_dev.egg-info/top_level.txt
src/wedata_automl/__init__.py
src/wedata_automl/api.py
src/wedata_automl/driver.py
src/wedata_automl/summary.py
src/wedata_automl/engines/__init__.py
src/wedata_automl/engines/catalog_registry.py
src/wedata_automl/engines/flaml_trainer.py
src/wedata_automl/engines/tclake_store.py
src/wedata_automl/engines/trial_hook.py
src/wedata_automl/notebook_generator/__init__.py
src/wedata_automl/notebook_generator/generator.py
src/wedata_automl/notebook_generator/templates/__init__.py
src/wedata_automl/notebook_generator/templates/base.py
src/wedata_automl/notebook_generator/templates/classification.py
src/wedata_automl/notebook_generator/templates/forecast.py
src/wedata_automl/notebook_generator/templates/regression.py
src/wedata_automl/params/__init__.py
src/wedata_automl/params/config_param.py
src/wedata_automl/params/converters.py
src/wedata_automl/tasks/__init__.py
src/wedata_automl/tasks/base.py
src/wedata_automl/tasks/classifier.py
src/wedata_automl/tasks/forecast.py
src/wedata_automl/tasks/regressor.py
src/wedata_automl/utils/__init__.py
src/wedata_automl/utils/mlflow_patch.py
src/wedata_automl/utils/mlflow_utils.py
src/wedata_automl/utils/print_utils.py
src/wedata_automl/utils/sk_pipeline.py
src/wedata_automl/utils/spark_utils.py
src/wedata_automl/utils/cloud_sdk_client/__init__.py
src/wedata_automl/utils/cloud_sdk_client/client.py
src/wedata_automl/utils/cloud_sdk_client/models.py
src/wedata_automl/utils/cloud_sdk_client/utils.py
src/wedata_automl/utils/log/__init__.py
src/wedata_automl/utils/log/logger.py
tests/test_mlflow_source_name.py