metanoid
metanoid
I have `p` products, and for each product I have a possibility of `l` price levels. For each such product and price level, I have the expected quantity sold, in...
http://mapkeyicons.com/ looks to be a font for maps. They have a leaflet plugin here: https://github.com/mapshakers/leaflet-mapkey-icon If possible, I thnik adding this plugin to leaflet.extras would be a good idea.
I notice that in `DiffEqFlux#master` there is now documented support for `ComponentArrays.jl`. I've checked, and `ODEProblem` can handle both `u0` and `p` being `ComponentArray`-type with no code changes. A nice-to-have...
Please see issue #114 I could not understand how to implement the suggestion of user @funnng as shown [here](https://github.com/rstudio/shinydashboard/issues/114#issuecomment-186747435) To this end, I tried my hand at adding id's directly...
It seems that the `ComponentArray` constructor is not differentiable. Context: I have a two-step loss function, where I do some upfront work to estimate some parameters from the data, then...
When using `gganimate` inside an Rmarkdown notebook, there is a lot of saved output relating to the rendering process, and no clear way for the user to turn this off....
In the documentation here:  The following link seems to be to a corrupted image file: 
The `map_bfs_*` family of functions seem to be using an older version of the `{igraph}` API. See warning messages auto-generated here: https://thomasp85.r-universe.dev/articles/ggraph/Edges.html#meet-the-geom_edge_-family ```r ## Warning in bfs(graph = graph, root...
It's not strictly necessary, because `DataFrames.rename` exists, but it is nice to have the keyword argument form.
Just a note to say it'd be nice to have clustering algorithms that are built for categorical data, such as the [ROCK algorithm](https://www.cis.upenn.edu/~sudipto/mypapers/categorical.pdf) , implemented here.