This is the GreyAtom repository for the Data Science - Learn Program . In here you'll find the Code Alongs that is going to be conducted by a mentor.
The folders in this repository will cotain files required for the code alongs. The folder will contain:
- Data : This folder will contain the required data for the session.
- Notebook - This folder will contain two jupyter notebook, one without the solution and the second one with the solution.
Code Alongs:
- IPL Dataset analysis using basic python constructs
- Visualize Indian Election Data Analysis using Pandas
- Big Mart Sales Prediction using Linear Regression
- Salary Bracket Prediction using Decision Tree
- Visualizing Cricket Team Performance using Matplotlib and Pandas
- IPL Dataset analysis using more loops and conditionals
- Data Exploration of Automobile Data
- Email Classification - Spam or Ham using logistic regression