Skip to content

QuantumLoop/project_1

 
 

Repository files navigation

project_1

Project 1: Predict the Housing Prices in Ames Fall 2022 Ames Housing Data Data set Download [Ames_data.csv]. This dataset has 2930 rows (i.e., houses) and 83 columns.

The first column is “PID”, the Parcel identification number; The last column is the response variable, Sale_Price; The remaining 81 columns are explanatory variables describing (almost) every aspect of residential homes. Test IDs Download [project1_testIDs.dat]. This file contains 879 rows and 10 columns, which will be used to generate 10 sets of training/test splits from Ames_data.csv. Each column contains the 879 row-numbers of a test data.

Goal The goal is to predict the price of a home (in log scale) with those explanatory variables. You need to build TWO prediction models selected from the following two categories:

one based on linear regression models with Lasso or Ridge or Elasticnet penalty; one based on tree models, such as randomForest or boosting tree. Features used for these two models do not need to be the same. Please check Campuswire for packages students are allowed to use for this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.9%
  • Jupyter Notebook 0.1%