This is a simple machine learning project that predicts the price of a house based on:
- Square Footage
- Number of Bedrooms
- Number of Bathrooms
main.pyβ main Python code to train the model and predictdata.csvβ sample data for trainingREADME.mdβ this file (project explanation)
-
Install the required libraries:
-
Run the Python script:
You will see the predicted house price printed in the terminal.