-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix add features #2754
Fix add features #2754
Conversation
@StrikerRUS |
ping @StrikerRUS |
@StrikerRUS do you think this is ready? |
No, I don't think so. Python package still lacks tests and logic for updating feature names and |
@StrikerRUS no problem, we can skip this for now. |
Also fix #3221. |
Speaking about categorical features, it looks like it is not trivial to set them back at the Python side after calling TBH, I don't want to hold this PR more... |
@StrikerRUS Thanks very much. |
@StrikerRUS I cannot approve my own PR, you can approve and merge it if you think it is ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guolinke Thank you! I think it's ready.
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
fix #2744 and fix #2603
@StrikerRUS could you help for the test cases?