Skip to content

Machine Learning Algorithms & its implementation using Python / Scikit-learn.

Notifications You must be signed in to change notification settings

madhur02/machine-learning-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published