-
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
[tests][dask] Add voting_parallel algorithm in tests (fixes #3834) #4088
Conversation
…er and test_ranker
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.
Thanks for doing this! I'm glad it was as easy as just changing the tests. I have a few suggested changes for the tests.
…use the error message in the test for error in feature parallel
Hi, James. Do you have any suggestions on what to work on next? |
I noticed a failing test due to graphviz I believe. This time it failed in Linux_latest_gpu_source. Here are the errors:
I believe this test was also failing on some builds before I merged the latest master. The other one is related to #4095 (comment). |
are you mostly interested in Dask? If so, this issue would be a good one to pick up next: #3896. If not, let me know and I can recommend something else. |
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.
Thanks for making that most recent round of changes. I don't have any other suggestions. Could you please update to the latest master
?
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.
Great to know that voting parallel is working without any modifications!
Please consider checking a few my minor comments below:
…put data from feature_parallel error
@jameslamb do you know what's the advantage of using the Followup |
Awesome research! Could you please copy-paste your comment here: #3829 (comment). I believe that place is the best one to continue the discussion. |
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.
LGTM!
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.
thanks for this!
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. |
This includes the
voting_parallel
tree_learner
fortest_regressor
,test_classifier
andtest_ranker
in the tests for the dask module and removes the warning about experimental support that was previously triggered (because it wasn't tested).