Simon Coulombe

Results 20 issues of Simon Coulombe

Hi! Thanks for this package. A few months ago it was posted that leaflet.timeline would soon be added. Is this still in the works? thanks https://github.com/rstudio/leaflet/issues/158

``` library(sf) library(ggplot2) library(snapbox) area

note: I first posted this issue on stackoverflow, then realised this was probably a better place to ask. (https://stackoverflow.com/questions/49280345/can-the-r-version-of-lime-explain-xgboost-models-with-countpoisson-objective-fu) I generated a model using xgb.train with the "count:poisson" objective function...

I have a dataset of car trips. The dataset has four columns ( trip_id timestamp, lat, lon) , and each trip_id will have a few hundreds rows with points showing...

feature request

**Describe the bug** I am running a postgis database on unRaid using what I understand to be the postgis/postgis docker image located at https://registry.hub.docker.com/r/postgis/postgis/ When I try to write to...

This pull requests adds support for count:poisson and reg:tweedie, fixing issue 62 (https://github.com/tidymodels/tidypredict/issues/62)

Hi, It would be great if this can be added. As far as I can see, it would require adding the following to 'build_fit_formula_xgb' ``` else if (objective %in% c("count:poisson"))...

feature

I've seen this issue on the original leaflet.glify, but I'm not sure how to implement it: https://github.com/robertleeplummerjr/Leaflet.glify/issues/14 cheers!

For example, in addPolygon you could specify fillOpacity to depend on the variable most_common_gender_percentage, like this: addPolygons( fillColor = ~ mypal_bin(mydata$most_common_gender), # color shows most common gender fillOpacity = ~...

upstream

{crosstalk} allows filtering markers on a leaflet map without needing a full blown shiny server is a great feature of leaflet. Is it possible to add this feature to rdeck?...