File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11coverage :
22 ignore :
3- - " src/learners /gradient_descent.jl"
3+ - " ** /gradient_descent.jl"
44 project :
55 default :
66 threshold : 0.5%
Original file line number Diff line number Diff line change 4949 token : ${{ secrets.CODECOV_TOKEN }}
5050 fail_ci_if_error : false
5151 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
77[ ![ Lifecycle: Maturing ] ( https://img.shields.io/badge/Lifecycle-Maturing-007EC6 )] ( https://github.com/JuliaAI/LearnAPI.jl/blob/dev/ROADMAP.md )
88[ ![ Build Status] ( https://github.com/JuliaAI/LearnTestAPI.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaAI/LearnTestAPI.jl/actions )
99[ ![ codecov] ( https://codecov.io/gh/JuliaAI/LearnTestAPI.jl/graph/badge.svg?token=gCIQfDtzMt )] ( https://codecov.io/gh/JuliaAI/LearnTestAPI.jl )
10-
10+
1111See [ LearnAPI.jl] ( https://juliaai.github.io/LearnAPI.jl/stable/ ) for documentation.
Original file line number Diff line number Diff line change 11# This file defines `TruncatedSVD(; codim=1)`
22
33using LearnAPI
4- using LinearAlgebra
4+ using LinearAlgebra
55
66
77# # DIMENSION REDUCTION USING TRUNCATED SVD DECOMPOSITION
You can’t perform that action at this time.
0 commit comments