Skip to content

Commit a110b34

Browse files
Update README.md
1 parent 31043c8 commit a110b34

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# MLDatasets.jl
22

3-
| **Documentation** | **Build Status** |
4-
|:------------------:|:-----------------:|
5-
| [![][docs-stable-img][docs-stable-url] ![][docs-latest-img][docs-latest-url]] | [![](https://github.com/JuliaML/MLDatasets.jl/workflows/Unit%20test/badge.svg)](https://github.com/JuliaML/MLDatasets.jl/actions)|
6-
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
7-
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
8-
[docs-stable-url]: https://JuliaML.github.io/MLDatasets.jl/stable
9-
[docs-latest-url]: https://JuliaML.github.io/MLDatasets.jl/latest
3+
[![Docs Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaML.github.io/MLDatasets.jl/stable)
4+
[![Docs Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaML.github.io/MLDatasets.jl/latest)
5+
[![CI](https://github.com/JuliaML/MLDatasets.jl/workflows/Unit%20test/badge.svg)](https://github.com/JuliaML/MLDatasets.jl/actions)
106

117
This package represents a community effort to provide a common interface for accessing common Machine Learning (ML) datasets.
128
In contrast to other data-related Julia packages, the focus of `MLDatasets.jl` is specifically on downloading, unpacking, and accessing benchmark datasets.

0 commit comments

Comments
 (0)