Skip to content
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

[Perf] Avoid converting data caused by unexpected column major order #114

Open
wbo4958 opened this issue Feb 23, 2023 · 0 comments
Open

Comments

@wbo4958
Copy link
Collaborator

wbo4958 commented Feb 23, 2023

When running RandomForestClassifier or LinearRegression, I got the below warning which may cause the perf issue.

[D] [14:30:11.236879] /home/xxx/work.d/ml/cuml/python/_skbuild/linux-x86_64-3.9/cmake-build/cuml/common/logger.cxx:3188 Expected column ('F') major order, but got the opposite. Converting data, this will result in additional memory utilization.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant