joshuawjulian / applied-data-science

Jupyter Notebooks from my time in the MIT-PE Applied Data Science Program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT - Professional Education - Applied Data Science

My eportfolio from the course : https://eportfolio.mygreatlearning.com/joshua-julian

I took this course from January to April of 2024. There was three projects along side of weekly tests and optional projects. Projects had two options, low code where most of the code was written for you or full code where you needed to write near 100% of the code from scratch. I chose the full code version for all.

Each project has the ipynb uploaded along with an .html version of it.

The documents posted are the submitted assignments before given feedback by the educators, mentors and professors.

Project 1 - Foundations for Data Science: FoodHub Data Analysis

Purpose of the project is to ensure understanding of Python and Data Analysis. We analyzed the data from a food delivery platform. The focus is exploratory data analysis and use of python libraries pandas, numpy, matplotlib and seaborn.

Project 2 - Elective Project - Machine Learning: Boston House Price Prediction

Build a linear regression model for the infamous 1970 Boston Housing data set. The focus of this project is exploratory data aAnalysis, data preprocessing, linear regression model building, testing the assumptions of linear regression model and model performance evaluation.

Project 3 - Capston Project - Machine Learning: Car Resale Value Prediction in India

Utilizing multiple regression models, including linear regression and tree based models and reccomend one to use for resale prediction. Presentation along with Full Code for final turn in. Focus for this project is full implementation from receiving the initial data set to reccommending a model through notebook and presentation. Included presentation.

About

Jupyter Notebooks from my time in the MIT-PE Applied Data Science Program


Languages

Language:HTML 51.0%Language:Jupyter Notebook 49.0%