Roland Schätzle

Results 44 comments of Roland Schätzle

Well, at least I could give it a try. But I need some help, especially when it comes to implement a plot recipe. @dsweber2 would you give your support on...

Spending a bit more time today on the issue, I think, I missed the point a bit with my last comment. @ablaom your idea is probably, that the PR to...

Ok fine, that should be no problem 😊👍. Then we have to decide, how we get the information about feature names and class labels into the game (especially when the...

The objective for using an AbstractTree is to hide all implementation details of specific decision trees from the plot recipe. I've investigated possible alternatives to the two approaches described above,...

I'm currently testing my implementation of the AbstractTree-interface for DecisionTree.jl. Here I came across the fact, that `DecisionTree` stores in its `Leaf`s in field `majority` sometimes the class labels and...

Ah that makes sense and fits well with my observations! Up to now I only dealt with DecisionTrees that were produced by MLJ, so I was a bit surprised to...

Hi @ablaom, the PR for DecsionTree.jl is now available. The automated tests done by GitHub failed although; but I don't know why. Could you have a look at the PR?...

I have now the same problem: ``` ➜ ~ juliaup add lts Installing Julia 1.6.7+0.x64 (aarch64). Error: Failed to download from url `https://julialang-s3.julialang.org/bin/mac/x64/1.6/julia-1.6.7-mac64.tar.gz`. Caused by: 0: https://julialang-s3.julialang.org/bin/mac/x64/1.6/julia-1.6.7-mac64.tar.gz: Network Error: timed...

... and one day later still not working. So it's perhaps reasonable to reopen this issue.

The internet connection can't be the problem, because downloading the file directly via the URL works perfectly fine. And the problem is still there. I've tried it once a day...