File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -265,14 +265,16 @@ str(new_data)
265
265
266
266
## Challenge
267
267
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?
270
271
271
272
## Resources
272
273
273
274
* [ GLRM in Hands-on Machine Learning] ( https://bradleyboehmke.github.io/HOML/GLRM.html )
274
275
* [ 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 )
276
278
277
279
## References
278
280
You can’t perform that action at this time.
0 commit comments