From 2fcd06d525d940b48369a096815d4f4603dbc722 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 11 Nov 2020 19:28:09 +0000 Subject: [PATCH] Deploy from Github Actions build 358330062 [ci skip] Build URL: https://github.com/mlr-org/mlr3extralearners/actions/runs/358330062 Commit: d3e07003004ae7a11fdafbc2fa97e1d6c7b09a66 --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dd38b024d..ba0455712 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,15 @@ Package website: [release](https://mlr3extralearners.mlr-org.com/) | [dev](https://mlr3extralearners.mlr-org.com/dev/) -Extra Learners for -**[mlr3](https://github.com/mlr-org/mlr3/)**. +Extra Learners for **[mlr3](https://github.com/mlr-org/mlr3/)**. -[![R CMD Check](https://github.com/mlr-org/mlr3extralearners/workflows/R%20CMD%20Check/badge.svg)](https://github.com/mlr-org/mlr3extralearners/actions?query=workflow%3A%22R+CMD+Check%22) + +[![R CMD +Check](https://github.com/mlr-org/mlr3extralearners/workflows/R%20CMD%20Check/badge.svg)](https://github.com/mlr-org/mlr3extralearners/actions?query=workflow%3A%22R+CMD+Check%22) [![codecov](https://codecov.io/gh/mlr-org/mlr3extralearners/branch/master/graph/badge.svg)](https://codecov.io/gh/mlr-org/mlr3extralearners) [![StackOverflow](https://img.shields.io/badge/stackoverflow-mlr3-orange.svg)](https://stackoverflow.com/questions/tagged/mlr3) +[![CodeFactor](https://www.codefactor.io/repository/github/mlr-org/mlr3extralearners/badge)](https://www.codefactor.io/repository/github/mlr-org/mlr3extralearners) ## What is mlr3extralearners? @@ -34,11 +36,11 @@ list_mlr3learners(select = c("id", "mlr3_package", "required_packages")) #> 4: classif.ctree mlr3extralearners partykit,sandwich,coin #> 5: classif.cv_glmnet mlr3learners glmnet #> --- -#> 97: surv.pchazard mlr3extralearners reticulate,pracma -#> 98: surv.penalized mlr3extralearners penalized -#> 99: surv.rfsrc mlr3extralearners randomForestSRC -#> 100: surv.rpart mlr3proba rpart,distr6,survival -#> 101: surv.svm mlr3extralearners survivalsvm +#> 113: surv.ranger mlr3learners ranger +#> 114: surv.rfsrc mlr3extralearners randomForestSRC,pracma +#> 115: surv.rpart mlr3proba rpart,distr6,survival +#> 116: surv.svm mlr3extralearners survivalsvm +#> 117: surv.xgboost mlr3learners xgboost ``` mlr3extralearners lives on GitHub and will not be on CRAN. Install with: @@ -96,5 +98,6 @@ create_learner(classname = "Locfit", properties = NULL, importance = FALSE, oob_error = FALSE, - references = FALSE) + references = FALSE, + gh_name = "RaphaelS1") ```