Jesse Leigh Patsolic

Results 23 comments of Jesse Leigh Patsolic

Will involve `Ziggurat`

James suggests we add this to the R bindings and Python bindings to convert labels into factor variables with levels `{0, 1, ..., length(unique(labels))}`

I would suggest a message be output to ask the user if they want to normalize their data when they set `rotate = TRUE`, instead of normalizing without asking.

### Describe the bug Travis fails intermittently in C++ tests ### To Reproduce in `packedForest/test/fpTests/rerfTreeTest.h` if `mtry` is set to 3 I get the error below: ``` starting tree 1test:...

Yes, let's do Poisson +1. (talked to Jovo in person)

@jovo Does this mean we want to compute the importance using only the Out-Of-Bag data during training? Or are we wanting to be able to compute feature importance on new...

[Stefan Wager & Susan Athey](https://amstat.tandfonline.com/doi/abs/10.1080/01621459.2017.1319839#.W4gRDS2ZPy0) >An example of an honest tree is one where the tree is grown using one subsample, while the predictions at the leaves of the tree...

will require checking for enough observations

@j1c Ran an experiment showing that we don't need honest trees? @j1c please comment.

Currently working on adding the functionality to the `BuildTree` function with an if statement to do scaling or not. This also means updating the `RerF` function with parameter updates. Also...