https://github.com/dumbmachine/gawds.ml-task
https://github.com/dumbmachine/gawds.ml-task
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dumbmachine/gawds.ml-task
- Owner: DumbMachine
- Created: 2019-09-24T09:16:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T14:02:19.000Z (over 6 years ago)
- Last Synced: 2025-10-03T18:47:41.040Z (6 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Task for Induction in GAWDS
Perform the following in the best ways you can:
1. Scrap data of the best stocks from [here](https://finance.yahoo.com/most-active).
2. Transform the data into Pandas.DataFrame and perform EDA to bring out the various relations and trends.
3. Making use of the required sources, make a ML/DL model predict the trends in to near future. Time Series problem.
4. Extra points for making multiple models.
5. After making the model and eda, commit your code to your fork and open a pull-request.