Matthias Feurer
Matthias Feurer
Could you please give some details for which dataset(s) this happens?
Hey, the issue here is that this data set contains fields of type 'date', which are not supported by the arff parser in python. There's an open PR to support...
In case anybody starts working on this, it needs to be based on #987 which is already a great step forward in terms of usability of the config/cache.
Dataset 547 is not really large and shouldn't result in any issues. Could you please run the failing snippet from within ipython and paste the output?
Hey, what do you think about adding the fact that a user should always use names and version instead of the IDs when creating examples to the pull request template?...
Does the code you provide above trigger this issue together with #1140?
Printing the 20 slowest tests was added in #548. What would be the next step?
Thanks for your suggestions. Let me briefly ask about the motivation. Is it: * online tests are too slow despite running in parallel? * local tests are too slow despite...
> Just making CI faster is also a great boon for productivity (in particular during hackathons). Yeah, that would be the biggest improvement for me. > Above is functional, but...
I just had a short look into this and it turns out this is harder than originally anticipated due to the following reasons: 1. We currently only distinguish between categorical...