Andreas Hofheinz
Results
3
issues of
Andreas Hofheinz
Added use case for global annual temperature
If we have many features, it would be helpful if multiple feature functions could be added at once as a vector or list. ```r fun_vec = c(fun1, fun2) xtractor$add_feature(fun_vec) ```
enhancement
I haven't had time to investigate this in detail, but it seems that there are cases where our classification methods do not correctly recognize classification tasks: ``` r library(counterfactuals) library(iml)...