This application predicts diamond prices using:
- Carat
- Cut
The application is built with Shiny.
2026-07-16
This application predicts diamond prices using:
The application is built with Shiny.
library(ggplot2)
## Warning: package 'ggplot2' was built under R version 4.6.1
data(diamonds) mean(diamonds$price)
## [1] 3932.8
Questions?