Branislav Vezilic

Results 2 comments of Branislav Vezilic

Hi! I think there's also a few more use cases where `combine` method doesn't process arguments correctly. Mainly looking at `average` argument. For example: ``` import evaluate predictions = [0,...

I can confirm that the my `#1` case with `average` keyword works correctly. Interestingly, as I was using a fresh python environment, **evaluate** doesn't initially have dependency to **scikit-learn** which...