An open API service indexing awesome lists of open source software.

https://github.com/abhinavsharma07/grip-tasks


https://github.com/abhinavsharma07/grip-tasks

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# GRIP-Tasks

# Task-2 : Prediction using Unsupervised ML

1. From the given ‘Iris’ dataset, predict the optimum number of clusters and represent it visually.
2. Use R or Python or perform this task.
3. Data can be found at https://bit.ly/3kXTdox

# Task-7 : Stock Market Prediction using Numerical and Textual Analysis

1. Create a hybrid model for stock price/performance prediction using numerical analysis of historical stock prices, and sentimental analysis of news headlines.
2. Stock to analyze and predict SENSEX (S&P BSE SENSEX)
3. Download historical stock prices from finance.yahoo.com
4. Download textual (news) data from https://bit.ly/36fFPI6
5. Use either R or Python, or both for separate analysis and then combine the findings to create a hybrid model.