Commit History

Enhance README.md: restructure content for clarity, add detailed pipeline explanation, and improve project documentation
7f19b9e

Aju360 commited on

Update live demo link in README.md to reflect the correct URL
69cc034

Aju360 commited on

Update README.md for clarity and completeness: change emoji, refine project description, and enhance architecture overview.
8530b65

Aju360 commited on

Add Docker support, requirements, and Streamlit UI enhancements
99a6d19

Aju360 commited on

Enhance AutoML functionality with class label handling, improved feature engineering, and refined prediction outputs. Update FastAPI integration for better state management and progress reporting during training and tuning processes. Improve Streamlit UI for displaying class probabilities in predictions.
eb9be7f

Aju360 commited on

Implement AutoML pipeline with ingestion, preprocessing, model training, hyperparameter tuning, and explainability. Enhance FastAPI integration for async training and prediction, and improve Streamlit UI for user configuration.
10c9110

Aju360 commited on

Implement FastAPI backend for async training, prediction, and explainability. Add job state management, training configuration, and endpoints for training, status, leaderboard, prediction, and model export. Enhance Streamlit UI for dataset upload, training progress tracking, and model explainability visualization.
8886f0d

Aju360 commited on

Implement model explainability using SHAP, including global importance, summary plots, and single-row waterfalls. Add abstract base model class for model wrappers, create a model zoo for various estimators based on dataset size and task type, and develop a cross-validation trainer for model evaluation. Integrate MLflow for experiment tracking, logging dataset stats, model results, and SHAP plots. Introduce Optuna-based hyperparameter tuning for top models from the leaderboard, with parameter suggestion spaces for various algorithms.
e56bd39

Aju360 commited on

Enhance DataProfile class with detailed docstrings and improve logging in load_data function
63fab44

Aju360 commited on

Add initial project structure and core modules for AutoML system
246c042

Aju360 commited on