Roland Schätzle

Results 44 comments of Roland Schätzle

No, there is no proxy. I've just tried it again. Now it works. But it didn't succeed during the last 4 days. The question is: What was different during this...

> Argh, the bug from hell :) Indeed 😃 ... I don't see either anything that could be done at the moment. 🤷‍♂️

And another interesting observation: Each call to `plot(TreePlot(...))` produces (using the same arguments) a different tree. Each one with more or less errors. This is e.g. another figure plotted with...

In the meantime I've carried out a few more tests: If the Buchheim algorithm for tree layout is used (`method = :buchheim`), then the trees are plotted correctly. So the...

> I'd be surprised if there is... I got this issue mainly on completely new windows PCs I have the same problems on Windows as well as macOS. Installing IJulia...

This may be related to Issue #262.

@oscardssmith, the name of the new type doesn't matter for my issue. It's about having a type (in contrast to not having a type), because dispatch needs a type. We...

I'm currently implementing the `AbstractTrees`-interface also for `BetaML/DecisionTrees` and noted that they define in that package an abstract type called `AbstractNode`. So in order to avoid confusion, it would even...

Thanks for the hint! In the top section it also states: > "Using this package involves implementing the abstract tree interface which, at a minimum, requires defining the function [AbstractTrees.children](https://juliacollections.github.io/AbstractTrees.jl/dev/#AbstractTrees.children)...

## Use Case @jlumpe the use case is, as described above, to enable a visualization of (arbitrary) decision trees. We are currently focused on decision tree implementations within [MLJ](https://github.com/alan-turing-institute/MLJ.jl), but...