BEPb / kaggle_Housing_Prices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Order of preparation and work

  1. Clone the repository or download the archive from github or using the following commands on the 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

About

License:MIT License


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%