Skip to content

A streamlit app that takes a csv file and train it with the selected algorithm and returns accuracy of model.

Notifications You must be signed in to change notification settings

sertanakkus/quick-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Machine Learning

Streamlit App

A streamlit app that takes a csv file and train it with the selected algorithm and returns accuracy of model. Purpose of the app is to apply various algorithms and see the results before dealing with data. After the results you have an idea which algorithm you should choose and you can get to work.

Supported Alogorithms:

  • Linear Regression
  • Logistic Regression
  • Decision Tree Regressor
  • Random Forest Regressor
  • KNN
  • SVR
  • SVC

Live Demo: https://quickml.streamlit.app/

About

A streamlit app that takes a csv file and train it with the selected algorithm and returns accuracy of model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages