Skip to content

Commit 2da2860

Browse files
committed
Replace stale README status badges
1 parent 1c7057e commit 2da2860

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# `forestci`: confidence intervals for Forest algorithms
22

3-
[![Travis Status](https://travis-ci.org/scikit-learn-contrib/forest-confidence-interval.svg?branch=master)](https://travis-ci.org/scikit-learn-contrib/forest-confidence-interval)
4-
[![Coveralls Status](https://coveralls.io/repos/scikit-learn-contrib/forest-confidence-interval/badge.svg?branch=master&service=github)](https://coveralls.io/r/scikit-learn-contrib/forest-confidence-interval)
5-
[![CircleCI Status](https://circleci.com/gh/scikit-learn-contrib/forest-confidence-interval.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/scikit-learn-contrib/forest-confidence-interval/tree/master)
3+
[![Python package](https://github.com/scikit-learn-contrib/forest-confidence-interval/actions/workflows/pythonpackage.yml/badge.svg?branch=master)](https://github.com/scikit-learn-contrib/forest-confidence-interval/actions/workflows/pythonpackage.yml)
4+
[![Documentation build](https://github.com/scikit-learn-contrib/forest-confidence-interval/actions/workflows/docbuild.yml/badge.svg?branch=master)](https://github.com/scikit-learn-contrib/forest-confidence-interval/actions/workflows/docbuild.yml)
65
[![status](http://joss.theoj.org/papers/b40f03cc069b43b341a92bd26b660f35/status.svg)](http://joss.theoj.org/papers/b40f03cc069b43b341a92bd26b660f35)
76

87
Forest algorithms are powerful [ensemble methods](http://scikit-learn.org/stable/modules/classes.html#module-sklearn.ensemble) for classification and regression.

0 commit comments

Comments
 (0)