Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 824 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 824 Bytes

Machine-Learning-Python

Projects on Machine Learning and other programs using Python

Calculator: calculator.py

Using exception handling to make your code better (less prone to crashing).

Prime number checker: check_prime_number.py

To check if a given number is prime or not.

Linear Regression: linearRegression.py

Create your own linear regression model. Data is provided in trainData.csv and testData.csv.

Predict stock price of Google for next 15 days: predictGoogleStock.py

Use Quandl and scikit-learn to predict stock price of Google for next 15 days using linear regression.

Output 1

Output 2