Using exception handling to make your code better (less prone to crashing).
To check if a given number is prime or not.
Create your own linear regression model. Data is provided in trainData.csv
and testData.csv
.
Use Quandl
and scikit-learn
to predict stock price of Google for next 15 days using linear regression.