Matthias Feurer
Matthias Feurer
So the idea of the all contributors bot is to have all contributors to the project in the readme I guess? The difference would then be that it's harder to...
Or we should remove them again because we now use github actions instead of travis-ci? @PGijsbers what do you think right now?
> I think the main thing we should ask is what function the badges should serve. Yes, I agree with your statement, it's most likely serves as a standardized list...
TODO: we also need to re-add badges for regular CI as we moved from travis-ci to github actions.
I agree, we could add two new exceptions for the cases you mentioned above to make it easier for the user to understand what's going on and automatically parse the...
Thank you very much for finding this issue. Indeed, this should be `get_metric_fn`. Would you like to contribute a PR to the repo https://github.com/openml/docs/ ?
Dear @mitar I just transferred the issue to the Python API issue tracker.
Thanks for reporting this issue. I won't have time this week, but I will work on the OpenML connector next week, so I will also look into the issues you...
Checking the following piece of code, the connector indeed seems to send data correctly to the server: ``` import openml import sklearn.pipeline import sklearn.preprocessing import sklearn.svm flow = openml.flows.sklearn_to_flow(sklearn.pipeline.Pipeline( [...