Skip to content

Commit

Permalink
remove freeman (sorry~) from StreamLA public doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxr committed Feb 5, 2015
1 parent 55900f5 commit 3cd969a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ import org.apache.spark.streaming.dstream.DStream
*
* For example usage, see `StreamingLinearRegressionWithSGD`.
*
* NOTE(Freeman): In some use cases, the order in which trainOn and predictOn
* NOTE: In some use cases, the order in which trainOn and predictOn
* are called in an application will affect the results. When called on
* the same DStream, if trainOn is called before predictOn, when new data
* arrive the model will update and the prediction will be based on the new
* model. Whereas if predictOn is called first, the prediction will use the model
* from the previous update.
*
* NOTE(Freeman): It is ok to call predictOn repeatedly on multiple streams; this
* NOTE: It is ok to call predictOn repeatedly on multiple streams; this
* will generate predictions for each one all using the current model.
* It is also ok to call trainOn on different streams; this will update
* the model using each of the different sources, in sequence.
Expand Down

0 comments on commit 3cd969a

Please sign in to comment.