Nissim Lebovits

Results 97 comments of Nissim Lebovits

Hi @luukvdmeer, I may be having a related issue. When I I run `install.packages("sfnetworks")` it runs fine, but when I try to call the package with `library(sfnetworks)`, I get an...

@samapriya Noted. I was anticipating using them for a project so I thought I'd be uploading a few as assets to GEE but I'm not sure it's going to end...

@mayer79 I've been running into the same issue, plus an error where `treeshap` doesn't recognize a `model_unified` object: ```sh library(treeshap) library(ranger) library(dplyr) library(mlr) set.seed(1) data(iris) dat_prepared

@thansidwell take a look?

Issue #638 has been addressed so this ticket is ready to be worked on. Plus, we now have a unit test to run.

@amyyeung17 is this still a draft PR, or can it be merged?

> Can I be assigned this task? Yep! Just did it.

@Dev-solomon I recommend basically just reusing Brandon's approach in this module: https://github.com/CodeForPhilly/vacant-lots-proj/blob/main/data/src/data_utils/tree_canopy.py. The datasets should be super similar.