Roland Schätzle

Results 44 comments of Roland Schätzle

Using Safari on MacOS (Monterey) the combination Cmd+/ (for comment/uncomment) cell has no effect at all.

> `Alt + Up` and `Alt + Down` does not work in both of my Chrome and Firefox browsers. Is it just me? Same problem here on macOS/Safari. Outside a...

I think I've solved most of the questions above: Using `AbstractTrees.jl` and `GraphRecipes.jl` it's relatively easy to implement. - The decision tree can be accessed via `fitted_params(mach).tree`. - Then the...

Hi @Rahulub3r , thank you for your efforts! Could you perhaps give a working example on how to call `drawTree`? I.e. which initial values should be used to draw a...

Thank's, that looks really good! 👍

As far as I can see, we have now three options to visualize a decision tree: 1. Using `GraphRecipes` (with `Plots` in the background and the decision tree 'extended' to...

I think a separate "MLJPlotRecipes" package is a good idea, as there are surely more models that could be visualized (and it would be another advantage of MLJ over similar...

And as promised, here the code to plot a decision tree using `Graphs` and `GraphMakie`. This variant needs a bit more coding than `GraphRecipies` & `Plots` since `Graphs` expects the...

Hi @dsweber2, this looks quite good to me! 👍 ... and as you've realized the implementation using Plots recipes, we get the independence between MLJ and the graphics package (as...

I've just noticed that DecisionTree.jl is no longer maintained. So a PR to this package is no longer an option. Anyway @ablaom, as you suggest, a more maintainable solution would...