Machine Learning projects exploring all kinds of analytics & machine learning techniques on various types of real-life datasets.
In this project, I have worked with a dataset of homes for sale. The goal was to determine if there are regional differences in the real estate market.
- Pandas
- Matplotlib
- Plotly
This project involves creation of a model that can predict the price of apartments with a focus on apartments that cost less than $100,000.
- Pandas
- Matplotlib
- Plotly
- Seaborn
- One Hot Encoder
- Simple Imputer
- Linear Regression & Ridge
In this project, I've looked at air quality data; and built a time series model to predict PM 2.5 readings throughout the day.
- Pandas
- Matplotlib
- Plotly
- Seaborn
- PyMongo
- AutoReg & ARIMA models
- ACF & PACF plots
In this project, I've built a classification model to predict building damage from the Nepal 2015 Earthquake.
- Pandas
- Matplotlib
- NumPy
- Seaborn
- SQL
- One Hot Encoder & Ordinal Encoder
- Decision Tree Classifier
- Logistic Regression
In this project, I've looked at financial indicators, and built a classification model that predicts bankruptcy.
- Pandas
- Matplotlib
- Random Over Sampler
- Simple Imputer
- Gradient Boosting Classifier & Random Forest Classifier
This project deals with building an unsupervised clustering model to divide small business owners into subgroups.
- Pandas
- Matplotlib
- Seaborn
- Plotly
- Standard Scaler
- KMeans Model
- PCA
This project is an example of A/B Testing. I have tried to increase the number of admissions using EDA, ETL & statistical skills.
- Pandas
- NumPy
- Plotly
- PyMongo
- SciPy
This project involves a model to predict volatility in stock exchange using Alpha Vantage stock API & deploying this model by my own API to serve predictions.
- Pandas
- NumPy
- Matplotlib
- APIs
- SQL
- GARCH Model
- ACF & PACF plots
This project involves building a classification to predict which companies are about to go bankrupt.
- Pandas
- NumPy
- Plotly
- Seaborn
- Standard Scaler
- Random Over Sampler
- Simple Imputer
- Gradient Boosting Classifier
- Random Forest Classifier
- Balanced Bagging Classifier