File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ LearnDataFrontEnds.jl is a package for developers writing
4
4
[ LearnAPI.jl] ( https://juliaai.github.io/LearnAPI.jl/dev/ ) interfaces for algorithms in
5
5
machine learning or statistics.
6
6
7
+
8
+ [ ![ Lifecycle: Maturing ] ( https://img.shields.io/badge/Lifecycle-Maturing-007EC6 )] ( )
7
9
[ ![ Build Status] ( https://github.com/JuliaAI/LearnDataFrontEnds.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaAI/LearnDataFrontEnds.jl/actions )
8
- [ ![ codecov] ( https://codecov.io/gh/JuliaAI/LearnDataFrontEnds.jl/graph/badge.svg?token=9IWT9KYINZ )] ( https://codecov.io/gh/JuliaAI/LearnDataFrontEnds.jl?branch=dev )
10
+ [ ![ codecov] ( https://codecov.io/gh/JuliaAI/LearnDataFrontEnds.jl/graph/badge.svg?token=tIJyIuCipO )] ( https://codecov.io/gh/JuliaAI/LearnDataFrontEnds.jl )
9
11
[ ![ Docs] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliaai.github.io/LearnDataFrontEnds.jl/dev/ )
10
12
11
13
A LearnAPI.jl implementation including a data front end from this package gives users the
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ See [`Obs`](@ref) for the corresponding back end API (the interface for the outp
29
29
"""
30
30
module LearnDataFrontEnds
31
31
32
+
32
33
import LearnAPI
33
34
import LearnAPI. obs
34
35
import Tables
You can’t perform that action at this time.
0 commit comments