This project aims to predict house prices using machine learning,The project is divided into several phases, each addressing a different aspect of the AI development process.
Before running the project code, make sure you havej uputer notebook and the following packages installed:
pip install pandas numpy scikit-learn xgboost matplotlib seabornIf you dont have the jupyter notebook you can use a anaconda framework that has a jupyter notebbok .
Before you need to clone our repositary
it is done by following command.
git clone https://github.com/gokul5557/IBM_project.gitThen navigate to the directory.
cd IBM_projectjupyter notebook AI_Phase5.ipynbif you have anaconda framework then open anaconda prompt then type following command.
jupyter notebookThis command open the jupyter notebook on your browser with the current directory
Follow the instructions in the notebook to run the code.
you can run the code by pressing "ctrl + Enter" or you can run it by pressing the run button at the top below title bar .
For complete project documentation, refer to the Project Documentation (AI_Phase5.docx) file. That is the final document that has full detail about our project. with code and output and screen shot of output of our code.