Predicting the median price of homes in a given Boston suburb in the mid-70's, given certain data points.
- 506 data point split into 404 training samples, 102 test samples.
- Features have different scale.
- Prices in USD thousands.
- Keras Sequential with two Dense layers
- K-fold cross validation