Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ LearnDataFrontEnds.jl is a package for developers writing
[LearnAPI.jl](https://juliaai.github.io/LearnAPI.jl/dev/) interfaces for algorithms in
machine learning or statistics.


[![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)]()
[![Build Status](https://github.com/JuliaAI/LearnDataFrontEnds.jl/workflows/CI/badge.svg)](https://github.com/JuliaAI/LearnDataFrontEnds.jl/actions)
[![codecov](https://codecov.io/gh/JuliaAI/LearnDataFrontEnds.jl/graph/badge.svg?token=9IWT9KYINZ)](https://codecov.io/gh/JuliaAI/LearnDataFrontEnds.jl?branch=dev)
[![codecov](https://codecov.io/gh/JuliaAI/LearnDataFrontEnds.jl/graph/badge.svg?token=tIJyIuCipO)](https://codecov.io/gh/JuliaAI/LearnDataFrontEnds.jl)
[![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaai.github.io/LearnDataFrontEnds.jl/dev/)

A LearnAPI.jl implementation including a data front end from this package gives users the
Expand Down
1 change: 1 addition & 0 deletions src/LearnDataFrontEnds.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ See [`Obs`](@ref) for the corresponding back end API (the interface for the outp
"""
module LearnDataFrontEnds


import LearnAPI
import LearnAPI.obs
import Tables
Expand Down
Loading