Skip to content

Commit 3a4087b

Browse files
committed
Minor glrm edits
1 parent 6b931a9 commit 3a4087b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

4-glrm.Rmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,16 @@ str(new_data)
265265

266266
## Challenge
267267

268-
1. Apply hdbscan to our compressed dataframe. Can you find a more effective clustering than the original?
269-
2. What about UMAP - how does it look?
268+
1. Refit the model adding arguments `regularization_x = "L1"`, `gamma_x = 1`. Plot the first archetype. Do you notice anything different?
269+
2. Apply hdbscan to our compressed dataframe. Can you find a more effective clustering than the original?
270+
3. What about UMAP - how does it look?
270271

271272
## Resources
272273

273274
* [GLRM in Hands-on Machine Learning](https://bradleyboehmke.github.io/HOML/GLRM.html)
274275
* [h2o GLRM manual](http://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/glrm.html)
275-
* [another h2o glrm tutorial](http://docs.h2o.ai/h2o-tutorials/latest-stable/tutorials/glrm/glrm-tutorial.html)
276+
* [Another h2o GLRM tutorial](http://docs.h2o.ai/h2o-tutorials/latest-stable/tutorials/glrm/glrm-tutorial.html)
277+
* [GLRM in Julia](https://github.com/madeleineudell/LowRankModels.jl)
276278

277279
## References
278280

0 commit comments

Comments
 (0)