Predict concrete compressive strength using regression algorithms and compare performance.
- Linear Regression
- Polynomial Regression (degree=2)
- Decision Tree
- Random Forest
- XGBoost
- MAE
- RMSE
- R² Score
pip install -r requirements.txt python main.py
Results are printed in the terminal and saved as results.csv.