Skip to content
Merged
Show file tree
Hide file tree
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
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)



215 changes: 0 additions & 215 deletions test/patterns/ensembling.jl

This file was deleted.

Loading
Loading