Skip to content

Instantly share code, notes, and snippets.

@bbejeck
Last active July 25, 2019 23:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bbejeck/83984087a41d03a3d2bf5be0e7728466 to your computer and use it in GitHub Desktop.
Save bbejeck/83984087a41d03a3d2bf5be0e7728466 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