From 0c8b6e2008bdf3934a40379df0355f0a1e8d66e7 Mon Sep 17 00:00:00 2001 From: El Potaeto Date: Tue, 28 Apr 2015 15:23:23 +0200 Subject: [PATCH 1/4] Suppress a Note in Cran check --- R-package/R/xgb.plot.importance.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R-package/R/xgb.plot.importance.R b/R-package/R/xgb.plot.importance.R index 3efc3fda9..eb0f8e346 100644 --- a/R-package/R/xgb.plot.importance.R +++ b/R-package/R/xgb.plot.importance.R @@ -54,4 +54,4 @@ xgb.plot.importance <- function(importance_matrix = NULL, numberOfClusters = c(1 # Avoid error messages during CRAN check. # The reason is that these variables are never declared # They are mainly column names inferred by Data.table... -globalVariables(c("Feature", "Gain", "Cluster")) +globalVariables(c("Feature", "Gain", "Cluster", "ggplot", "aes", "geom_bar", "coord_flip", "xlab", "ylab", "ggtitle", "theme", "element_blank", "element_text")) From 7b730093a09e55f9717d3de3b120f11216ccb0d9 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Wed, 29 Apr 2015 02:11:32 +0000 Subject: [PATCH 2/4] Added Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12b9169c8..1828e7de5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ XGBoost: eXtreme Gradient Boosting ================================== + +[![Join the chat at https://gitter.im/dmlc/xgboost](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dmlc/xgboost?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version. It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree (GBDT). XGBoost can also also distributed and scale to Terascale data From 0c7e6327fbad1ae035b9b4fc8cc3f49f4ca9410c Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 28 Apr 2015 19:13:13 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1828e7de5..276305eb0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ XGBoost: eXtreme Gradient Boosting ================================== -[![Join the chat at https://gitter.im/dmlc/xgboost](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dmlc/xgboost?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) An optimized general purpose gradient boosting library. The library is parallelized, and also provides an optimized distributed version. It implements machine learning algorithm under gradient boosting framework, including generalized linear model and gradient boosted regression tree (GBDT). XGBoost can also also distributed and scale to Terascale data @@ -15,6 +14,8 @@ Please join [XGBoost User Group](https://groups.google.com/forum/#!forum/xgboost - Use issue tracker for bug reports, feature requests etc. - Use the user group to post your experience, ask questions about general usages. +[![Gitter chat for developers at https://gitter.im/dmlc/xgboost](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dmlc/xgboost?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + Distributed Version: [Distributed XGBoost](multi-node) Highlights of Usecases: [Highlight Links](doc/README.md#highlight-links) From d7846d0ef9d8b317ef3b3a852710fb357b04de8a Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 28 Apr 2015 19:14:32 -0700 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 276305eb0..937895ea2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Please join [XGBoost User Group](https://groups.google.com/forum/#!forum/xgboost - Use issue tracker for bug reports, feature requests etc. - Use the user group to post your experience, ask questions about general usages. -[![Gitter chat for developers at https://gitter.im/dmlc/xgboost](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dmlc/xgboost?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +Gitter for developers [![Gitter chat for developers at https://gitter.im/dmlc/xgboost](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dmlc/xgboost?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Distributed Version: [Distributed XGBoost](multi-node)