Hackkings

Hackkings Project

A program that makes the use of machine learning models easy to use to non-technical people. The program is able to autonomously fit different kinds of regressions to given datasets.

The user is able to input the dataset and ask for predictions and plots. Easy as it sounds.

The main file is GUI.py. Once run a gui will pop. Import the csv though the given button. Select from the scroll down menu the dependent variable and which variables to ignore, if any. Train the machine by pressing train. Use predict button to specify the independent variable value. Use plot button to plot the last result. N.B multivariables datasets cannot be plotted.

Please install the following dependencies: pip install matplotlib pip install numpy pip install sklearn pip install pandas pip install tkinter

Built With

Share this project:

Updates