LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
autopilotml/.DS_Store
autopilotml/__init__.py
autopilotml/autopilotml.py
autopilotml/cli.py
autopilotml/streamlit_ui.py
autopilotml.egg-info/PKG-INFO
autopilotml.egg-info/SOURCES.txt
autopilotml.egg-info/dependency_links.txt
autopilotml.egg-info/entry_points.txt
autopilotml.egg-info/requires.txt
autopilotml.egg-info/top_level.txt
autopilotml/data_loading/__init__.py
autopilotml/data_loading/database_operation.py
autopilotml/data_loading/reader.py
autopilotml/dataset/.DS_Store
autopilotml/dataset/Power_Output.csv
autopilotml/dataset/data.csv
autopilotml/dataset/titanic_train.csv
autopilotml/feature_selection/__init__.py
autopilotml/feature_selection/feature_engineering.py
autopilotml/feature_selection/feature_selection.py
autopilotml/model_building/__init__.py
autopilotml/model_building/models.py
autopilotml/model_tuning/__init__.py
autopilotml/model_tuning/tuning.py
autopilotml/preprocessing/__init__.py
autopilotml/preprocessing/imputation.py
autopilotml/preprocessing/outlier.py
autopilotml/research/autopilotml_examples.ipynb
autopilotml/research/test.ipynb
autopilotml/research/.ipynb_checkpoints/autopilotml_examples-checkpoint.ipynb
autopilotml/research/.ipynb_checkpoints/stage_1-checkpoint.ipynb
autopilotml/research/.ipynb_checkpoints/test-checkpoint.ipynb
autopilotml/scaling/__init__.py
autopilotml/scaling/scaler.py
autopilotml/transformation/__init__.py
autopilotml/transformation/transform.py