https://github.com/bepb/kaggle_housing_prices
https://github.com/bepb/kaggle_housing_prices
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bepb/kaggle_housing_prices
- Owner: BEPb
- License: mit
- Created: 2023-01-22T12:18:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T19:42:41.000Z (over 3 years ago)
- Last Synced: 2025-03-24T13:04:40.398Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.87 MB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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