- This app predicts MPG based on horsepower.
- Uses a regression model trained on the
mtcars
dataset. - Allows users to input horsepower and receive a predicted MPG.
2025-03-19
mtcars
dataset.## [1] "Predicted MPG for 150 HP: 19.86"
## Shiny App: https://zxtkdp-somayeh-mehrparvar.shinyapps.io/myshinyapp/
## GitHub Repo: https://github.com/SomayehMehrparvar/MPG_Prediction
## Rpubs Presentation: https://rpubs.com/Somayeh/1286536
## ### Thank You!
## Feel free to explore the app and provide feedback!