maRmat
maRmat
Hello, I am also having the need of a common legend for different charts (several pie charts and a column chart). I was able to find a solution in javascript...
Thanks a lot for all these detailed explanations. Yuou made my day. Cheers, Mathieu
Hello Mark, I attended yout talk in the useR2017 conference, it was great. I wanted to give your package a try and I encountered an error I can't seem to...
Hello Mark, Thanks a lot for your quick answer. It works perfectly. Have a nice day, Mathieu
Hello, I am playing a bit with your package and tried to incorporate your FFTrees function into mlr. Here is the piece of code I came up with. ``` #...
Here is the code I used to make the Lift curve if it can be of any help. ``` library(ggplot2) library(mlr3) library(mlr3viz) library(purrr) task = tsk("spam") learner = lrn("classif.rpart", predict_type...