File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
coverage :
2
2
ignore :
3
- - " src/learners /gradient_descent.jl"
3
+ - " ** /gradient_descent.jl"
4
4
project :
5
5
default :
6
6
threshold : 0.5%
Original file line number Diff line number Diff line change 49
49
token : ${{ secrets.CODECOV_TOKEN }}
50
50
fail_ci_if_error : false
51
51
verbose : true
52
+ ignore :
53
+ - " **/gradient_descent.jl"
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ machine learning and statistics
7
7
[ ![ Lifecycle: Maturing ] ( https://img.shields.io/badge/Lifecycle-Maturing-007EC6 )] ( https://github.com/JuliaAI/LearnAPI.jl/blob/dev/ROADMAP.md )
8
8
[ ![ Build Status] ( https://github.com/JuliaAI/LearnTestAPI.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaAI/LearnTestAPI.jl/actions )
9
9
[ ![ codecov] ( https://codecov.io/gh/JuliaAI/LearnTestAPI.jl/graph/badge.svg?token=gCIQfDtzMt )] ( https://codecov.io/gh/JuliaAI/LearnTestAPI.jl )
10
-
10
+
11
11
See [ LearnAPI.jl] ( https://juliaai.github.io/LearnAPI.jl/stable/ ) for documentation.
Original file line number Diff line number Diff line change 1
1
# This file defines `TruncatedSVD(; codim=1)`
2
2
3
3
using LearnAPI
4
- using LinearAlgebra
4
+ using LinearAlgebra
5
5
6
6
7
7
# # DIMENSION REDUCTION USING TRUNCATED SVD DECOMPOSITION
You can’t perform that action at this time.
0 commit comments