Skip to content

Commit 3827b5a

Browse files
authored
Merge pull request #1 from JuliaAI/dummy
Dummy commit
2 parents 4c308a1 + 16535af commit 3827b5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ LearnDataFrontEnds.jl is a package for developers writing
44
[LearnAPI.jl](https://juliaai.github.io/LearnAPI.jl/dev/) interfaces for algorithms in
55
machine learning or statistics.
66

7+
8+
[![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)]()
79
[![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)
911
[![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaai.github.io/LearnDataFrontEnds.jl/dev/)
1012

1113
A LearnAPI.jl implementation including a data front end from this package gives users the

src/LearnDataFrontEnds.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ See [`Obs`](@ref) for the corresponding back end API (the interface for the outp
2929
"""
3030
module LearnDataFrontEnds
3131

32+
3233
import LearnAPI
3334
import LearnAPI.obs
3435
import Tables

0 commit comments

Comments
 (0)