LICENSE
setup.py
ML_Genius.egg-info/PKG-INFO
ML_Genius.egg-info/SOURCES.txt
ML_Genius.egg-info/dependency_links.txt
ML_Genius.egg-info/requires.txt
ML_Genius.egg-info/top_level.txt
auto_machinelearning/__init__.py
auto_machinelearning/dl/__init__.py
auto_machinelearning/ml/__init__.py
auto_machinelearning/ml/classification/__init__.py
auto_machinelearning/ml/classification/utils.py
auto_machinelearning/ml/classification/components/__init__.py
auto_machinelearning/ml/classification/components/data_ingestion.py
auto_machinelearning/ml/classification/components/data_transformation.py
auto_machinelearning/ml/classification/components/model_trainer.py
auto_machinelearning/ml/classification/entity/__init__.py
auto_machinelearning/ml/classification/entity/artifacts_entity.py
auto_machinelearning/ml/clustering/__init__.py
auto_machinelearning/ml/preprocessor/__init__.py
auto_machinelearning/ml/preprocessor/auto_preprocess.py
auto_machinelearning/ml/preprocessor/datadescriber.py
auto_machinelearning/ml/preprocessor/datareader.py
auto_machinelearning/ml/preprocessor/preprocess.py
auto_machinelearning/ml/preprocessor/processor.py
auto_machinelearning/ml/regression/__init__.py
auto_machinelearning/ml/regression/utils.py
auto_machinelearning/ml/regression/components/__init__.py
auto_machinelearning/ml/regression/components/data_ingestion.py
auto_machinelearning/ml/regression/components/data_transformation.py
auto_machinelearning/ml/regression/components/model_trainer.py
auto_machinelearning/ml/regression/entity/__init__.py
auto_machinelearning/ml/regression/entity/artifacts_entity.py