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.91k stars 2k forks source link

Fix minor typo on h2o-docs/src/product/data-munging/replacing-values.rst #7376

Open exalate-issue-sync[bot] opened 1 year ago

exalate-issue-sync[bot] commented 1 year ago

Current code example at h2o-docs/src/product/data-munging/replacing-values.rst shows the following typo, using an assignment operator (<-) rather than less than symbol (<) to replace values less than 4.4

{code:R} df[df[, "sepal_len"] <- 4.4, "sepal_len"] <- 4.6 {code}

exalate-issue-sync[bot] commented 1 year ago

Ryan Brown commented: Second typo in replace columns portion. Selects using {{df[,1]}} but description says this replaces the second column. Indexes start at 1. Correct to say first column.

h2o-ops-ro commented 1 year ago

JIRA Issue Details

Jira Issue: PUBDEV-8279 Assignee: New H2O Bugs Reporter: Ryan Brown State: Open Fix Version: N/A Attachments: N/A Development PRs: Available

h2o-ops-ro commented 1 year ago

Linked PRs from JIRA

https://github.com/h2oai/h2o-3/pull/5628