Open grovduck opened 4 months ago
@aazuspan, just documenting the work you've already done in synthetic-knn-censoring-demo
. I have a horrible habit of losing track of where we've been working between repos and gists!
Thanks @grovduck, so do I. Just to get all the links in one place, here's the original gist and the demo repo (both currently private, but I think it's safe to say they won't be of much interest to the public).
Just to get all the links in one place, here's the original gist and the demo repo
I had considered this, but I think you're right that there is no danger in providing those links!
The major goals of this project are to:
sknnr-spatial
to run a k=1 imputation of pixels from synthetic plots using the feature space.This issue addresses design choices needed to implement
#2
given: 1) a synthetic network created from#1
; 2) a treelist file associated with the reference plots used to build the synthetic network; and 3) a few optional parameters:Much of the work for this issue has already been captured in a gist and private repo outside this project and has generated some key discussion points to consider when moving forward:
pd.DataFrame.apply
significantly improved performance. With 10,000 synthetic plots for which to generate treelists, @aazuspan was able to reduce running times from @grovduck's initial attempts from 45s to 4s.We will lean on this code in implementing this functionality.