diff --git a/.circleci/config.yml b/.circleci/config.yml index fa9157446e..2d60c34293 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: codecov: codecov/codecov@1.0.2 - + jobs: build: parameters: @@ -130,4 +130,4 @@ workflows: tags: only: /[0-9]+(\.[0-9]+)*/ branches: - ignore: /.*/ \ No newline at end of file + ignore: /.*/ diff --git a/README.md b/README.md index afb2fb0676..f74b673394 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ProgLearn -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4276573.svg)](https://doi.org/10.5281/zenodo.4276573) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4060264.svg)](https://doi.org/10.5281/zenodo.4060264) [![Build Status](https://circleci.com/gh/neurodata/ProgLearn/tree/main.svg?style=shield&circle-token=:circle-token)](https://app.circleci.com/pipelines/github/neurodata/ProgLearn) [![Codecov](https://codecov.io/gh/neurodata/ProgLearn/branches/main/graph/badge.svg)](https://codecov.io/gh/neurodata/ProgLearn) [![PyPI version](https://img.shields.io/pypi/v/proglearn.svg)](https://pypi.org/project/proglearn/) diff --git a/docs/index.rst b/docs/index.rst index b3e125f53a..37ffd91e41 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,8 +7,8 @@ Overview of ProgLearn_ .. _proglearn: https://proglearn.neurodata.io/ -.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4276573.svg - :target: https://doi.org/10.5281/zenodo.4276573 +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4060264.svg + :target: https://doi.org/10.5281/zenodo.4060264 .. image:: https://circleci.com/gh/neurodata/ProgLearn/tree/main.svg?style=shield&circle-token=:circle-token :target: https://app.circleci.com/pipelines/github/neurodata/ProgLearn .. image:: https://codecov.io/gh/neurodata/ProgLearn/branches/main/graph/badge.svg diff --git a/docs/reference/forest.rst b/docs/reference/forest.rst index 02b94ac125..adb9dc2da1 100644 --- a/docs/reference/forest.rst +++ b/docs/reference/forest.rst @@ -8,4 +8,7 @@ Lifelong Classification Forest .. autoclass:: LifelongClassificationForest +Uncertainty Forest +------------------------------ + .. autoclass:: UncertaintyForest