https://github.com/Surajv311/VIT-College-Assignment-Sem2-ML_Project
my first ml proj to predict stock prices
https://github.com/Surajv311/VIT-College-Assignment-Sem2-ML_Project
Last synced: 5 months ago
JSON representation
my first ml proj to predict stock prices
- Host: GitHub
- URL: https://github.com/Surajv311/VIT-College-Assignment-Sem2-ML_Project
- Owner: Surajv311
- Created: 2020-02-26T17:49:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T17:29:39.000Z (over 5 years ago)
- Last Synced: 2025-03-14T05:28:30.320Z (7 months ago)
- Language: Python
- Size: 415 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Prediction using ML algorithms
#### My first ML proj to predict stock prices . Data structures & Algo project.
##### The following project uses basic python libraries like
##### numpy,pandas,matplotlib for data analysis.The various algorithms used are SVM , Linear regression.
The confidence values were also predicted.
Before cloning and running the project ensure that you have the necessary libraries installed in your environment.
You may install:```pip install pandas ```
```pip install numpy ```
```pip install matplotlib```
```pip install seaborn```
```pip install scikit-learn```
The project can be run on jupyter notebook.
