File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
| Linux | Coverage | Documentation |
4
4
| :-----------: | :------: | :-------: |
5
- | [ ![ Build status] ( https://github.com/JuliaAI/OpenML.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaAI/OpenML.jl/actions ) | [ ![ codecov.io] ( http://codecov.io/github/JuliaAI/OpenML.jl/coverage.svg?branch=master )] ( http://codecov.io/github/JuliaAI/OpenML.jl?branch=master ) | [ ![ ] ( https://img.shields.io/badge/docs-dev -blue.svg )] ( https://JuliaAI.github.io/OpenML.jl/dev ) |
5
+ | [ ![ Build status] ( https://github.com/JuliaAI/OpenML.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaAI/OpenML.jl/actions ) | [ ![ codecov.io] ( http://codecov.io/github/JuliaAI/OpenML.jl/coverage.svg?branch=master )] ( http://codecov.io/github/JuliaAI/OpenML.jl?branch=master ) | [ ![ ] ( https://img.shields.io/badge/docs-stable -blue.svg )] ( https://JuliaAI.github.io/OpenML.jl/stable ) |
6
6
7
7
Partial implementation of the [ OpenML] ( https://www.openml.org ) API for
8
8
Julia. At present this package allows querying and
@@ -14,8 +14,8 @@ learning framework (such as uploading MLJ runs) see
14
14
[ MLJOpenML.jl] ( https://github.com/JuliaAI/MLJOpenML.jl ) .
15
15
16
16
17
- The code in this repository is based on contributions of Diego Arenas
17
+ ** Acknowledgements. ** The code in this repository is based on contributions of Diego Arenas
18
18
to [ MLJBase.jl] ( https://github.com/JuliaAI/MLJBase.jl ) which do not
19
19
appear in the commit history of this repository.
20
20
21
- Package documentation is [ here] ( https://JuliaAI.github.io/OpenML.jl/dev ) .
21
+ Package documentation is [ here] ( https://JuliaAI.github.io/OpenML.jl/stable ) .
Original file line number Diff line number Diff line change 1
- module OpenML
1
+ module OpenML
2
2
3
3
using HTTP
4
4
using JSON
You can’t perform that action at this time.
0 commit comments