Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 3.21 KB

readme.md

File metadata and controls

26 lines (19 loc) · 3.21 KB

Data Science Portfolio

Repository containing portfolio of data science projects completed by me for academic, self learning, and hobby purposes. Presented in the form of iPython Notebooks, and R markdown files (published at RPubs). For a more visually pleasant experience for browsing the portfolio, check out mdhr.jain@gmail.com

Instructions for Running Python Notebooks Locally

  1. Install dependencies using requirements.txt.
  2. Run notebooks as usual by using a jupyter notebook server, Vscode etc.

Projects

Python

Machine Learning

  • Predicting Boston Housing Prices: A model to predict the value of a given house in the Boston real estate market using various statistical analysis tools. Identified the best price that a client can sell their house utilizing machine learning.
  • Unsupervised Learning: Creating Customer Segments: Analyzing a dataset containing data on various customers' annual spending amounts (reported in monetary units) of diverse product categories for discovering internal structure, patterns and knowledge.
  • Ensemble Learning technique: A model which will predict the loan status of a person based on various parameters. Using ensemble of various primitive machine learning model for predicting loan status.
  • Model as a Service: Converting Logistic regression model as a service using Flask App.

Tools: scikit-learn, Pandas, Seaborn, Matplotlib.