Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 295 Bytes

File metadata and controls

2 lines (2 loc) · 295 Bytes

PredictingPrices_usingLinearRegression

This repository demonstrates how to use linear regression to predict prices based on sizes. Using the tips.csv dataset, it predicts the total bill from the size of the party. The project includes data preprocessing, model training, and evaluation steps.