h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.78k stars 1.99k forks source link

Add use_multi_thread for as_data_frame #16278

Closed wendycwong closed 3 weeks ago

wendycwong commented 1 month ago

To alleviate user confusion, we are just going to add a flag to enable multi_thread automatically when user is using as_data_frame. The better fix will be in this issue: https://github.com/h2oai/h2o-3/issues/16277