Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
/ PyRegression Public archive

Regression calculator with python for larger ML project.

Notifications You must be signed in to change notification settings

kscnl1n/PyRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project I built to learn Python.
It is a very simple python calculator that allows one to 
predict the output of a dataset by using Gradient Descent-based
linear regression.

USE:
1. initialize classifier lr.LinearRegression()
2. Load data in the format of exampledata.txt into classifier.load_data('filepath)
Make sure you have only one x and y columns OR multiple x columns and one y column.
Ensure there are no more than 5 significant figures in your data set.
3. Predict outcomes using classifier.predict(matrix-shaped-(1x))

Enjoy :)

About

Regression calculator with python for larger ML project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages