Philippe Rivière
Philippe Rivière
Crosslinking with https://observablehq.com/d/518bef295f80fbdb and #163
A very useful function is valueof/field, but for the rest I don't know. If we fork the code of a mark to change it a little, we then have to...
another instance of this happening in Plot.groupZ : https://observablehq.com/@fil/diverging-stacked-bar-chart-help
would need to have multilingual support
may I suggest *tSNE* - http://scienceai.github.io/tsne-js/ . (I use this one in my blocks https://bl.ocks.org/Fil/2dc296af097cd26242b52105e06763d8) - http://cs.stanford.edu/people/karpathy/tsnejs/ *umap* - https://github.com/lmcinnes/umap (python only atm)
Sure. An option could be to use @observablehq (where mljs loads fine https://beta.observablehq.com/@fil/mljs) Thank you!
Thank you for https://github.com/mljs/matrix/pull/91 !
Update: changed *train* to *fit* in order to match sklearn API
Ah I hadn't seen the chainable .parameter method, now I see it! > new Druid.UMAP(data).parameter("min_dist", 2).transform() however it feels a bit strange to parametrize *after* adding the values. And it...
I would also very much like *all* DR methods to return a generator, even if it only yields one final result. Otherwise we have to do something like this in...