Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
update GHA badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Mar 25, 2020
1 parent d523b59 commit a7065fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# mlr3learners.mboost

<!-- badges: start -->
[![R CMD Check via {tic}](https://img.shields.io/github/workflow/status/mlr3learners/mlr3learners.mboost/R%20CMD%20Check%20via%20%7Btic%7D?logo=github&label=R%20CMD%20Check%20via%20{tic}&style=flat-square)](https://github.com/mlr3learners/mlr3learners.mboost/actions)
[![R CMD Check via {tic}](https://github.com/mlr3learners/mlr3learners.mboost/workflows/R%20CMD%20Check%20via%20{tic}/badge.svg?branch=master)](https://github.com/mlr3learners/mlr3learners.mboost/actions)
[![codecov](https://codecov.io/gh/mlr3learners/mlr3learners.mboost/branch/master/graph/badge.svg)](https://codecov.io/gh/mlr3learners/mlr3learners.mboost)
[![StackOverflow](https://img.shields.io/badge/stackoverflow-mlr3-orange.svg)](https://stackoverflow.com/questions/tagged/mlr3)
<!-- badges: end -->

Adds `gamboost()` and `glmboost()` from the {mboost} package to {mlr3}.

Install the latest release of the package via
Install the latest release of the package via

```r
install.packages("mlr3learners.mboost")
Expand Down

0 comments on commit a7065fa

Please sign in to comment.