You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: