Skip to content
#

ames-housing-dataset

Here are 24 public repositories matching this topic...

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.

  • Updated Aug 20, 2025
  • Jupyter Notebook

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.

  • Updated Dec 23, 2024
  • Jupyter Notebook

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.

  • Updated Mar 31, 2025
  • Jupyter Notebook

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. ​

  • Updated Jan 15, 2026
  • Jupyter Notebook

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

  • Updated Nov 28, 2025
  • Python

Improve this page

Add a description, image, and links to the ames-housing-dataset topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ames-housing-dataset topic, visit your repo's landing page and select "manage topics."

Learn more