Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scikit-learn to the example gallery #1985

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions docs/examples/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Thanks for your support!
- title: CuPy
link-alt: CuPy docs
link: https://docs.cupy.dev/en/stable/index.html
- title: DecentralChain
link-alt: DecentralChain docs
link: https://docs.decentralchain.io/en/master/
- title: Fairlearn
link-alt: Fairlearn docs
link: https://fairlearn.org/main/about/
Expand All @@ -44,16 +47,16 @@ Thanks for your support!
- title: MegEngine
link-alt: MegEngine docs
link: https://www.megengine.org.cn/doc/stable/en/index.html
- title: Pastas
link-alt: Pastas docs
link: https://pastas.readthedocs.io/
- title: PhaseFieldX
link-alt: PhaseFieldX docs
link: https://phasefieldx.readthedocs.io/en/latest/index.html
- title: PyVista
link-alt: PyVista docs
link: https://docs.pyvista.org
- title: Pastas
link-alt: Pastas docs
link: https://pastas.readthedocs.io/
- title: DecentralChain
link-alt: DecentralChain docs
link: https://docs.decentralchain.io/en/master/
- title: scikit-learn
link-alt: scikit-learn docs
link: https://scikit-learn.org/
```
Loading