Creator of Streamlit automl app See here
The Automated Machine Learning System for Predictive Analytics is designed to streamline the entire process of creating and deploying predictive models. This system leverages advanced algorithms and machine learning techniques to automate tasks such as data preprocessing, feature selection, model training, and evaluation. By minimizing the need for human intervention, it allows data scientists and analysts to focus on more strategic aspects of their work, such as interpreting results and making data-driven decisions. The system ensures consistency, reduces the potential for human error, and accelerates the time-to-insight, making it an invaluable tool for organizations looking to harness the power of predictive analytics efficiently and effectively.
git clone https://github.com/iguptashubham/automl-app.git
pip install -r requirements.txt
Open folder in Terminal
- Type
streamlit run automl.py