This is a project that predicts the price of an apartment given other parameters.
In order to start running the code, you will have to install some dependencies. Here they are:
- pip install pandas
- pip install numpy
- pip install matplotlib
- pip install seaborn
- pip install scikit-learn
- pip install category-encoders
These are the libraries used for the EDA process.
Now in order to run themodel you will have to install scikit learn, with the following code:
- pip install scikit-learn