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.87k stars 1.99k forks source link

R 4.4 warning `Did you mean to use "<<-"? ( in method "get_model" for class "models_info")` #16286

Closed tomasfryda closed 3 months ago

tomasfryda commented 4 months ago
** using staged installation
** R
** demo
** inst
** byte-compile and prepare package for lazy loading
Warning in .checkFieldsInMethod(def, fieldNames, allMethods) :
  local assignment to field name will not change the field:
    model <- memoised_models$get_model(model_id)
 Did you mean to use "<<-"? ( in method "get_model" for class "models_info")
** help
tomasfryda commented 3 months ago

Will be addressed in #16291