Anthony Blaom, PhD
Anthony Blaom, PhD
Yeah, this is a fair criticism. cc @EssamWisam
Just a note that the grouping of topics on the landing page (not the left menu) are not a strict hierarchy, as the same topic can appear under multiple headings....
Yes, if we implement `DataAPI.nrow` for those specific tables in DataAPI.jl then that accommodates the particular cases raised above. But we will have the same problem for any table that...
Okay, I guess the argument is that providing a fallback in Tables.jl is not that useful if it will not always work. And adding something in Tables.jl to declare "this...
I guess the API does not make any promise about `Tables.columnnames(X)` for `X` as above because `columnaccess(X) == false`, right? But this behaviour will likely catch users by surprise and...
Yes, this would be nice to have. The sk-learn model does have `class_weight` and this is exposed in the [MLJ wrapper](https://alan-turing-institute.github.io/MLJ.jl/dev/models/RandomForestClassifier_MLJScikitLearnInterface/#RandomForestClassifier_MLJScikitLearnInterface). Unfortunately, passing a julia dict [does not appear to...
@salbert83 Would you have some time soon to respond to the review?
@rikhuijzer I'm not getting a response here. Are you willing and able to fishish this?
Thanks @rikhuijzer for looking into this. > It looks like this would result in a nested @threads call. So, does this also apply to the *existing* implementation added in https://github.com/JuliaAI/DecisionTree.jl/pull/188/files...