Skip to content

Commit 766fd49

Browse files
authored
Merge pull request #4 from JuliaAI/dummy3
dummy commit
2 parents f7b051f + ee1acd1 commit 766fd49

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage:
22
ignore:
3-
- "src/learners/gradient_descent.jl"
3+
- "**/gradient_descent.jl"
44
project:
55
default:
66
threshold: 0.5%

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ jobs:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
fail_ci_if_error: false
5151
verbose: true
52+
ignore:
53+
- "**/gradient_descent.jl"

README.md

+1-1
Original file line numberDiff line numberDiff 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+
1111
See [LearnAPI.jl](https://juliaai.github.io/LearnAPI.jl/stable/) for documentation.

src/learners/dimension_reduction.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file defines `TruncatedSVD(; codim=1)`
22

33
using LearnAPI
4-
using LinearAlgebra
4+
using LinearAlgebra
55

66

77
# # DIMENSION REDUCTION USING TRUNCATED SVD DECOMPOSITION

0 commit comments

Comments
 (0)