Welcome to AutoML an application built with the intention of automating the process of building machine learning models without any need of coding. The application is capable of building models for classification and regression problems, with the option of feature engineering and feature selection with techniques like feature scaling and correlation analysis and many more.
Application is built for all the people weather the person is beginner or expert. For using the application the person needs to have just some basic knowledge of classification and regression algorithms, some data-preprocessing steps. That's all you need to know! But for using this application you need to have a data-set.
-
Choose Algorithms: Select from a variety of machine learning algorithms, including regression, classification, and clustering algorithms.
-
Hyperparameter Tuning: Fine-tune your model by adjusting hyperparameter with an intuitive interface.
-
Data Visualization: Explore your dataset through interactive charts and graphs to gain insights.
-
Data Preprocessing: Handle missing values, scale features, and preprocess data with a few clicks.
-
Performance Metrics: Evaluate your model's performance using various metrics like accuracy, precision, recall, and more.
-
Confusion Matrix: Visualize the model's predictions with an interactive confusion matrix.
- Export Models: Download your trained model and preprocessor for deployment in real-world applications.
- Upload your dataset.
- Select the machine learning algorithm and customize hyperparameter.
- Explore data and preprocess features as needed.
- Train the model and evaluate its performance.
- Export the model for deployment.
git clone https://github.com/rushin236/ML_model_buidling_app
cd ML_model_building_app
code .
conda create -p venv python=3.10 -y
pip install -r requirements.txt
streamlit run app.py
- After this you will be prompt to enter your email you can skip it by pressing enter or enter the email if you wish, it is asked by streamlit.
- Rushikesh Shinde - Data Science Post Graduate - All Work
Special thanks to the Streamlit team for providing a powerful framework for building interactive web applications with minimal effort.
Feel free to contribute, report issues, or provide feedback. Happy modeling!
- This project is licensed under the MIT License - see the LICENSE file for details.