Skip to content

Sabyasachi-Seal/StockMarketPrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task for The Sparks Foundation

Data Science and Business Analytics

Stock Market Prediction using Numerical and Textual Analysis (Task 7)

- By Sabyasachi Seal


Packages Used:

  • Math
  • Numpy
  • Pandas
  • Matplotlib
  • Keras
  • SciKit Learn


Models Made:

  • Logistic Regression Model
  • Random Forest Model
  • Decision Tree Model
  • Linear Discriminant Model
  • AdaBoost Model
  • Gradient Boosting Model

In the end, we can see that Gradient Boosting Model has the highest accuracy as compared to all other models. Gradient Boosting Model performs better on Analysis and prediction of Stock price/performance than the other 5 Neural Network Models.