My first Machine Learning project
I will timely update my progress
Process:
- Start with reading the data. You can check out the file (Code for downloading stock prices data.ipynb) in this repository where I have the code for extracting the data from Yahoo to csv.
- Data cleaning - I will need to check my data for some problems before I proceed with the main task in the project - check for null values. Check for missing values. Check for values type and so on.
- Visualizing data
to be continued... :)