Skip to content

SsebowaDisan/Stock-Price-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Price-Prediction

Data Exploartion

Visualize the Dependent variable with independent variable

Time VS Price

adjusted Time VS Price

Test Set

Linear Regression Model

Linear Model: linear regression is a linear approach to modeling the relationship between a scalar response (or dependent variable) and one or more explanatory variables (or independent variables). The case of one explanatory variable is called simple linear regression.

A simple linear regression equation is y=mx+b, whereas m is the slope/gradient of the polynomial of the line aka y( predict coefficient) and b is the intercept of the line (bias coefficient).

Equation for m and b

Plot Actual vs Predicted Value of Linear Regression Model

Linear Regression Value: Actual Price vs Predicted Value

RMSE (Root Mean Square Error)

Root Mean Square Error is the Standard Deviation of residuals, which are a measure of how far data points are from the regression. Or in simple terms how concentrated the data points are around the best fit line. Linear Model RMSE

R-Squared Error

R-Squared score varies between 0 to 100%. R-Squared score varies between 0 to 100%.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published