Skip to content

Commit f3afd36

Browse files
committed
rename test/integration folder test/patterns
1 parent 3a56ad3 commit f3afd36

13 files changed

+12
-12
lines changed

docs/src/patterns/classification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
See these examples from tests:
44

5-
- [perceptron classifier](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/integration/gradient_descent.jl)
5+
- [perceptron classifier](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/gradient_descent.jl)

docs/src/patterns/ensembling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensembling
22

33
See [this
4-
example](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/integration/ensembling.jl)
4+
example](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/ensembling.jl)
55
from tests.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Feature Engineering
22

33
- For a simple feature selection algorithm (no "learning) see [these
4-
examples](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/integration/static_algorithms.jl)
4+
examples](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/static_algorithms.jl)
55
from tests.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Gradient Descent
22

33
See [this
4-
example](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/integration/gradient_descent.jl)
4+
example](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
55
from tests.

docs/src/patterns/iterative_algorithms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
See these examples from tests:
44

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

7-
- [perceptron classifier](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/integration/gradient_descent.jl)
7+
- [perceptron classifier](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/gradient_descent.jl)

docs/src/patterns/meta_algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

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

docs/src/patterns/regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Regression
22

33
See [these
4-
examples](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/integration/regression.jl)
4+
examples](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/regression.jl)
55
from tests.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Static Algorithms
22

33
See [these
4-
examples](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/integration/static_algorithms.jl)
4+
examples](https://github.com/JuliaAI/LearnAPI.jl/blob/dev/test/patterns/static_algorithms.jl)
55
from tests.
66

77

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)