Nathaniel Phillips

Results 37 comments of Nathaniel Phillips

Hey @richarddmorey , any updates on the generalized linear model front? Would love to do a logistic regression using BayesFactor :)

Yep this is the notorious BayesFactor package issue. Just install it first with `install.packages("BayesFactor")` then try installing yarrr again, it should work!

Need to restructure the layout of plot.FFTrees pretty heavily. It's a bit of a mess right now :)

This is awesome, thanks so much @MathieuMarauri !!!! I tried doing something similar a while ago with mixed success. Your solution looks very clean. Thanks!!

@hneth has this issue been addressed with https://github.com/ndphillips/FFTrees/pull/178? If so, can we close this?

My reaction: There is no out of the box way to do this. It should be an easy addition though. Would just need to override the icon color arguments.

Addressing in https://github.com/ndphillips/FFTrees/pull/210

Thanks for the note! I think that would be a nice addition. The raincloud plots look quite nice indeed. I think I won't add this anytime soon though as it...

Changing title to integration with tidymodels as that seems to be the most active ecosystem for ML in R these days

I take your points. I suspect most people who want to compare the effectiveness of FFTrees to other algorithms should be using packages built for that purpose (such as `tidymodels`...