Skip to content

Commit

Permalink
fix links for patterns to point to LearnTestAPI.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Nov 2, 2024
1 parent 1a235f1 commit cb8133d
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 25 deletions.
5 changes: 3 additions & 2 deletions docs/src/patterns/classification.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Classification

See these examples from tests:
See these examples from the JuliaTestAPI.jl test suite:

- [perceptron classifier](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
- [perceptron
classifier](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
4 changes: 2 additions & 2 deletions docs/src/patterns/density_estimation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Density Estimation

See these examples from tests:
See these examples from the JuliaTestAPI.jl test suite:

- [normal distribution estimator](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/incremental_algorithms.jl)
- [normal distribution estimator](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/incremental_algorithms.jl)
7 changes: 4 additions & 3 deletions docs/src/patterns/ensembling.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Ensembling

See [this
example](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/ensembling.jl)
from tests.
See these examples from the JuliaTestAPI.jl test suite:

- [bagged ensembling of a regression model](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/ensembling.jl)

7 changes: 5 additions & 2 deletions docs/src/patterns/feature_engineering.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Feature Engineering

For a simple feature selection algorithm (no "learning) see
[these examples](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/static_algorithms.jl) from tests.
See these examples from the JuliaTestAI.jl test suite:

- [feature
selectors](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/static_algorithms.jl)
from tests.
7 changes: 4 additions & 3 deletions docs/src/patterns/gradient_descent.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Gradient Descent

See [this
example](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
from tests.
See these examples from the JuliaTestAI.jl test suite:

- [perceptron
classifier](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
4 changes: 2 additions & 2 deletions docs/src/patterns/incremental_algorithms.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Incremental Algorithms

See these examples from tests:
See these examples from the JuliaTestAI.jl test suite:

- [normal distribution estimator](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/incremental_algorithms.jl)
- [normal distribution estimator](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/incremental_algorithms.jl)
6 changes: 3 additions & 3 deletions docs/src/patterns/iterative_algorithms.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Iterative Algorithms

See these examples from tests:
See these examples from the JuliaTestAI.jl test suite:

- [bagged ensembling](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/ensembling.jl)
- [bagged ensembling](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/ensembling.jl)

- [perceptron classifier](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
- [perceptron classifier](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
4 changes: 2 additions & 2 deletions docs/src/patterns/meta_algorithms.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Meta-algorithms

Many meta-algorithms are can be implemented as wrappers. An example is [this bagged
Many meta-algorithms are can be implemented as wrappers. An example is [this bagged
ensemble
algorithm](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/ensembling.jl)
algorithm](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/ensembling.jl)
from tests.

8 changes: 5 additions & 3 deletions docs/src/patterns/regression.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Regression

See [these
examples](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/regression.jl)
from tests.
See these examples from the JuliaTestAI.jl test suite:

- [ridge
regression](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/regression.jl)

8 changes: 5 additions & 3 deletions docs/src/patterns/static_algorithms.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Static Algorithms

See [these
examples](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/static_algorithms.jl)
from tests.
See these examples from the JuliaTestAI.jl test suite:

- [feature
selection](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/static_algorithms.jl)



0 comments on commit cb8133d

Please sign in to comment.