[python-package] Infer feature names from pyarrow.Table#6781
[python-package] Infer feature names from pyarrow.Table#6781jameslamb merged 7 commits intomicrosoft:masterfrom
pyarrow.Table#6781Conversation
|
xref #6782. This bugfix works only if |
|
@microsoft-github-policy-service agree |
pyarrow.Tablepyarrow.Table
|
I didn't find any changelog to update. |
Thanks for being thorough. We don't keep a changelog in source control here. Every pull request is squash merged (1 PR = 1 commit), and the PR titles are used to auto-generate a changelog. |
jameslamb
left a comment
There was a problem hiding this comment.
Great fix, thank you!
I ran these tests on latest master and confirmed they both fail.
FAILED tests/python_package_test/test_arrow.py::test_arrow_feature_name_auto - TypeError: Wrong type(str) or unknown name(a) in categorical_feature
FAILED tests/python_package_test/test_arrow.py::test_arrow_feature_name_manual - AssertionError: assert ['a', 'b'] == ['c', 'd']
|
This pull request has been automatically locked since there has not been any recent activity since it was closed. |
Bugfix for #6780.