Skip to content

Instantly share code, notes, and snippets.

@TristinDavis
Forked from bbejeck/mappingValues.java
Created July 25, 2019 23:54
Show Gist options
  • Save TristinDavis/f39220502fdd34dcd572bbac9c65e4ea to your computer and use it in GitHub Desktop.
Save TristinDavis/f39220502fdd34dcd572bbac9c65e4ea to your computer and use it in GitHub Desktop.
Mapping the Values with Prediction
dataByAirportStream.join(regressionsByAirPortTable,
(k, v) -> k,
DataRegression::new)
.mapValues(Predictor::predict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment