You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ames Housing Price Predictor is an ML project focused on predicting housing prices in Ames, Iowa. Development spans all stages of the machine learning model lifecycle, from data exploration and cleansing, through feature engineering and model selection, to deploying a working API using FastAPI, Docker, and GCP.
This is a house price prediction study which utilized Exploratory Data Analysis, Dealing with Missing Values, Linear Regression with LASSO and Ridge regularization to predict house prices in the Ames Housing Data Set
This repository contains my assignments and projects related to deep learning, including implementations of fundamental concepts such as Linear Regression, Gradient Descent, Multi-Layer Perceptron (MLP), and more. Each section includes code, explanations, and relevant documentation. The goal of this repository is to showcase my learning journey.
🧠 Foundational Deep Learning Projects built from scratch using Python & NumPy. Includes Linear & Logistic Regression, Neural Networks, and MLP classification with visualizations. Ideal for beginners and ML enthusiasts!
Jupyter Notebook applying statistical theory to housing price prediction, using techniques like the Kolmogorov–Smirnov test, Box-Cox transformation, Pearson/Spearman correlations, chi-square tests, and feature importance, with analysis of prediction accuracy across price ranges.
A machine learning project that aims to predict the prices of homes listed in the Ames Housing Dataset based on their various features & attributes (via Kaggle's Competition)
Linear regression project using the Ames housing dataset to explore relationships between home features and sale price, including data cleaning, visualization, model training, evaluation, and interpretation in a clear, well-documented Jupyter notebook for learning and reference.
End-to-end ML pipeline that predicts house sale prices on the Ames Housing dataset using ZenML and MLflow. It ingests raw data, handles missing values and outliers, engineers features (log-transforming prices), splits into train/test, trains a Linear Regression model, tracks experiments and model versions with MLflow, and exposes a deployable predi