Skip to content

Commit

Permalink
fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Nov 2, 2024
1 parent 49ce36b commit 33f228e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
3 changes: 1 addition & 2 deletions docs/src/patterns/classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

See these examples from the JuliaTestAPI.jl test suite:

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

Check out the following examples:
See these examples from the JuliaTestAPI.jl test suite:

- [Truncated SVD](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/dimension_reduction.jl)

- [Truncated
SVD]((https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/dimension_reduction.jl
(from the TestLearnAPI.jl test suite)
3 changes: 1 addition & 2 deletions docs/src/patterns/gradient_descent.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

See these examples from the JuliaTestAI.jl test suite:

- [perceptron
classifier](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
- [perceptron classifier](https://github.com/JuliaAI/LearnTestAPI.jl/blob/dev/test/patterns/gradient_descent.jl)
3 changes: 1 addition & 2 deletions docs/src/patterns/regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

See these examples from the JuliaTestAPI.jl test suite:

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

0 comments on commit 33f228e

Please sign in to comment.