Author: dlyubimov
Date: Wed Aug 20 21:20:32 2014
New Revision: 1619235
URL: http://svn.apache.org/r1619235
Log:
CMS commit to mahout by dlyubimov
Modified:
mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext
Modified:
mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext
URL:
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext?rev=1619235&r1=1619234&r2=1619235&view=diff
==============================================================================
---
mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext
(original)
+++
mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext
Wed Aug 20 21:20:32 2014
@@ -177,7 +177,8 @@ val drmXwithBiasColumn = drmX.mapBlock(n
}
</pre></div>
-(This looks like a lot of work for something that would be simply `cbind(drmX,
1)` in R. Matrix-scala `cbind` combination is still a TODO in Mahout's dialect.)
+(This looks like a lot of work for something that would be simply `cbind(drmX,
1)` in R. Matrix-scalar
+`cbind` combination is still a TODO in Mahout's dialect, although `cbind`
exists for other operand type combinations.)
Now we can give the newly created DRM ```drmXwithBiasColumn``` to our model
fitting method ```ols``` and see how well the resulting model fits the training
data with ```goodnessOfFit```. You should see a large improvement in the result.