Skip to content

Instantly share code, notes, and snippets.

@manjuapu
Created October 18, 2017 00:43
Show Gist options
  • Select an option

  • Save manjuapu/4c850e4efc7711c67362b459198cd35b to your computer and use it in GitHub Desktop.

Select an option

Save manjuapu/4c850e4efc7711c67362b459198cd35b to your computer and use it in GitHub Desktop.
dataByAirportStream.join(regressionsByAirPortTable,
(k, v) -> k,
DataRegression::new)
1. .mapValues(Predictor::predict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment