Skip to content

AdrianTheopold/EDA-project_KC_Housing_Prices

Repository files navigation

Exploratory Data Analysis Project - Housing Prices

This project is centered around exploratory data analysis (EDA) techniques and statistical analysis, as well as modeling data using linear regression.

Topics and Task

There are two topics available:

  1. King County Housing Data: This dataset contains information about home sales in King County (USA).

  2. US Bank Wages: This dataset contains information about the wages of employees of a US bank.

No matter which dataset you choose, your task will be to perform an extensive EDA and to train a simple linear regression model. For a more detailed task description have a look at the assignment.

Getting Started

Please create a new repository for this project. Make sure you also create and activate a new virtual environment inside your project repo. In this environment you can install all the packages you will use during your project using pip.

pyenv local 3.8.5
python -m venv .venv
source .venv/bin/activate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published