Skip to content

Python program to implement machine learning algorithms with GUI

License

Notifications You must be signed in to change notification settings

FortunateSpy5/machine-learning-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

machine-learning-tkinter

This program allows user to implement Linear Regression, Logistic Regression, Decision Tree and Random Forest algorithms using a Graphical User Interface.

Instructions

  • Put the .csv files in the same folder as GUI.py (datasets can be obtained from https://archive.ics.uci.edu/ml/datasets.php).
  • In the file name entry box write the entire name of the file including .csv and press select.
  • X : independent variables, y : Dependent variable.
  • Value of test size must be between 0 and 1, and random state should be an integer.

About

Python program to implement machine learning algorithms with GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages