Skip to content

Commit

Permalink
Style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jan 29, 2015
1 parent 62608c4 commit d31fcd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class ALSModel private[ml] (
.join(items, dataset(map(itemCol)) === items("id"), "left")
.select(outputColumns: _*)
// TODO: Just use a dataset("*")
//.select(dataset("*"), prediction)
// .select(dataset("*"), prediction)
}

override private[ml] def transformSchema(schema: StructType, paramMap: ParamMap): StructType = {
Expand Down

0 comments on commit d31fcd2

Please sign in to comment.