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.

Home Page:http://h2o.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load randomForest library causes error in R tests

maurever opened this issue · comments

In these R tests, we load the randomForest library but never use it:

  • R4.0 Smoke / r_suite.runit_RF_bigcat.R
  • R4.0 Smoke / r_suite.runit_RF_smallcat.R

IMO, the tests are useless, so I suggest removing them.