refactor: Deprecate array formats and default to dataframe#1372
refactor: Deprecate array formats and default to dataframe#1372LennartPurucker merged 26 commits intodevelopopenml/openml-python:developfrom refactor-default-dataframeopenml/openml-python:refactor-default-dataframeCopy head branch name to clipboard
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1372 +/- ##
===========================================
- Coverage 84.33% 84.18% -0.16%
===========================================
Files 38 38
Lines 5325 5230 -95
===========================================
- Hits 4491 4403 -88
+ Misses 834 827 -7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
53e3cec to
6296f37
Compare
SubhadityaMukherjee
left a comment
There was a problem hiding this comment.
Okay looks good to me now. Merge conflicts were fixed, target_names was renamed back to target since I could not find a reason to change it everywhere.
|
I am not confident in trying to merge it to develop until the tests are up and running again. |
I am not confident in trying to merge it to develop until the tests are up and running again.
LennartPurucker
left a comment
There was a problem hiding this comment.
Did one full pass, LGTM, now looking into tests
PGijsbers
left a comment
There was a problem hiding this comment.
Pretty much fine to merge
Co-authored-by: Pieter Gijsbers <p.gijsbers@tue.nl>
Co-authored-by: Pieter Gijsbers <p.gijsbers@tue.nl>
Co-authored-by: Pieter Gijsbers <p.gijsbers@tue.nl>
Co-authored-by: Pieter Gijsbers <p.gijsbers@tue.nl>
…to refactor-default-dataframe
WIP