This project demonstrates a simple Linear Regression model using PySpark on Databricks.
- PySpark (Spark MLlib)
- Linear Regression
- Databricks Community Edition
- Load dataset into a Spark DataFrame
- Perform data preprocessing
- Fit a Linear Regression model using PySpark MLlib
- Evaluate model performance
- Upload the notebook to Databricks
- Attach it to a cluster and run the cells step-by-step