Skip to content

Commit

Permalink
docs-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning authored May 19, 2022
1 parent 9a7f18e commit 4bd000d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/quickstart/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Bootstrapping can be used as a technique to train many similar, but different,
models on the same dataset. The predictive difference between these models can
be used as a proxy for confidence as well as bad labels.

<br>

<script src="https://cdn.tailwindcss.com"></script>

<style>
Expand Down Expand Up @@ -82,7 +84,9 @@ be used as a proxy for confidence as well as bad labels.
}
</script>

You can use scikit-learn to construct a bootstrapped model which can also be used
### Classification

You can use scikit-learn to construct a bootstrapped model for classification which can also be used
in this library. You'll want to use the [bagging ensemble models](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html) for this.

```python
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

0 comments on commit 4bd000d

Please # to comment.