A model card provides brief, transparent, responsible reporting for a trained machine learning model.
The training dataset for this model was …
The training dataset for this model has the “prototype” or signature:
## Rows: 0
## Columns: 4
## $ type <fct>
## $ sqft <int>
## $ beds <int>
## $ baths <dbl>
The evaluation dataset used in this model card is …
We chose this evaluation data because …
## # A tibble: 3 × 3
## .metric .estimator .estimate
## <chr> <chr> <dbl>
## 1 rmse standard 60903.
## 2 rsq standard 0.792
## 3 mae standard 46487.
## # A tibble: 9 × 4
## type .metric .estimator .estimate
## <fct> <chr> <chr> <dbl>
## 1 Condo rmse standard 36471.
## 2 Multi_Family rmse standard 65143.
## 3 Residential rmse standard 62022.
## 4 Condo rsq standard 0.772
## 5 Multi_Family rsq standard 0.424
## 6 Residential rsq standard 0.788
## 7 Condo mae standard 26429.
## 8 Multi_Family mae standard 54769.
## 9 Residential mae standard 47590.
## Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
## ℹ Please use `linewidth` instead.