An open API service indexing awesome lists of open source software.

https://github.com/bepb/kaggle_housing_prices


https://github.com/bepb/kaggle_housing_prices

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Bot logo

# Housing Prices Competition for Kaggle Learn Users

## How it works?

It's very simple: here are the solutions for the [Housing Prices Competition for Kaggle Learn Users](https://www.kaggle.com/competitions/home-data-for-ml-course/overview)

## Order of preparation and work

1. Clone the repository or download the archive from github or using the following commands on the command line
```command line
$cmd
$ git clone https://github.com/BEPb/kaggle_Housing_Prices
$ cd kaggle_Housing_Prices
```

2. Create a Python virtual environment.
3. Install all necessary packages for our code to work using the following command:

```
pip install -r requirements.txt
```
4. file list
- data - directory with data files
- notebooks - directory with jupiter notebooks
- python_code - directory with python code solutions