Skip to content

Commit

Permalink
Deploy from Github Actions build 358330062 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 11, 2020
1 parent 953bca1 commit 2fcd06d
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)**.

<!-- badges: start -->
[![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)
<!-- badges: end -->

## What is mlr3extralearners?
Expand All @@ -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:
Expand Down Expand Up @@ -96,5 +98,6 @@ create_learner(classname = "Locfit",
properties = NULL,
importance = FALSE,
oob_error = FALSE,
references = FALSE)
references = FALSE,
gh_name = "RaphaelS1")
```

0 comments on commit 2fcd06d

Please sign in to comment.