/AutoML

Simple Automated Machine Learning Flask Web App

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

AutoML

Simple Automated Machine Learning Flask Web App.

For the model to yield good result, the csv data file must be processed and the column to predict must be the last column.

Algorithms included: 1- Logistic Regression, 2- Linear Discriminant Analysis, 3- KNeighbors, 4- Decision Tree, 5- GaussianNB, 6- SVC