AutoML Lite: A Lightweight AutoML Tool for Fast ML Experiments

AutoML Lite: A Lightweight AutoML Tool for Fast ML Experiments

posted Originally published at www.kaggle.com 1 min read

I built a simple AutoML tool that runs on a normal laptop. Most AutoML frameworks feel heavy, slow, or too complex for quick experiments. AutoML Lite trains multiple classic ML models, handles preprocessing, and gives a clean comparison of accuracy, recall, precision, and F1.

Supported models include RandomForest, XGBoost, SVM, Logistic Regression, KNN, and Decision Tree. Works smoothly even on low RAM setups. Good for students, indie developers, and early stage founders testing ideas.

Repo: https://github.com/Sherin-SEF-AI/AutoML-Lite

Would love feedback from the CoderLegion community.
What should I add next, and which workflows do you think this tool should support?

1 Comment

1 vote

More Posts

Decision Tree Classifier

Carlos Almonte - Aug 10

Unsupervised Learning Algorithms: Definitions, Intuition, Assumptions, Pros, Cons & Use Cases

Arnav Singhal - Jul 18

Supervised Learning Algorithms: Definitions, Intuition, Assumptions, Pros, Cons & Use Cases

Arnav Singhal - Jul 11

The Complete Guide to Types of Machine Learning

Arnav Singhal - Jul 10

React Native to Machine Learning

Carlos Almonte - Jul 7
chevron_left