Skip to content

Commit 33f228e

Browse files
committed
fix some links
1 parent 49ce36b commit 33f228e

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

docs/src/patterns/classification.md

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

33
See these examples from the JuliaTestAPI.jl test suite:
44

5-
- [perceptron
6-
classifier](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
5+
- [perceptron classifier](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Dimension Reduction
22

3-
Check out the following examples:
3+
See these examples from the JuliaTestAPI.jl test suite:
4+
5+
- [Truncated SVD](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/dimension_reduction.jl)
46

5-
- [Truncated
6-
SVD]((https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/dimension_reduction.jl
7-
(from the TestLearnAPI.jl test suite)

docs/src/patterns/gradient_descent.md

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

33
See these examples from the JuliaTestAI.jl test suite:
44

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

docs/src/patterns/regression.md

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

33
See these examples from the JuliaTestAPI.jl test suite:
44

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

0 commit comments

Comments
 (0)