-
Notifications
You must be signed in to change notification settings - Fork 532
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
[BUG] MNMG RandomForest 'print_summary' and 'print_detailed' produce incorrect behavior, in a multi-node environment. #3280
Comments
@drobison00 |
Oops, never mind. The |
Then is there a way to export a MNMG random forest model after the forest has been trained? |
@nmate1988 I submitted #3340 to add |
…ns string to the client(#3341) Closes #3280. In order to obtain outputs in MNMG setting, cuML should not print to stdout. Authors: - Hyunsu Cho <[email protected]> Approvers: - John Zedlewski (@JohnZed) URL: #3341
Thank you very much, I will take a look |
@nmate1988 The latest cuML source code now has |
Describe the bug
After fitting a RandomForestClassifer (cuml.dask.ensemble), its class methods appear to output their information on the worker, rather than the client. This is likely not appropriate.
Steps/Code to reproduce bug
Expected behavior
Each API method should print its results on the client.
Environment details (please complete the following information):
Additional context
RAPIDS containers are augmented with xgboost 1.3.0rc1 and gcsfs
The text was updated successfully, but these errors were encountered: