Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaai/openml.jl
Partial implementation of the OpenML API for Julia
https://github.com/juliaai/openml.jl
Last synced: 7 days ago
JSON representation
Partial implementation of the OpenML API for Julia
- Host: GitHub
- URL: https://github.com/juliaai/openml.jl
- Owner: JuliaAI
- License: mit
- Created: 2021-08-09T03:12:54.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-11-01T14:47:59.000Z (11 days ago)
- Last Synced: 2024-11-01T15:29:58.688Z (11 days ago)
- Language: Julia
- Size: 223 KB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenML.jl
| Linux | Coverage | Documentation |
| :-----------: | :------: | :-------: |
| [![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) |Partial implementation of the [OpenML](https://www.openml.org) API for
Julia. At present this package allows querying and
downloading of OpenML datasets.For further integration with the
[MLJ](https://JuliaAI.github.io/MLJ.jl/dev/) machine
learning framework (such as uploading MLJ runs) see
[MLJOpenML.jl](https://github.com/JuliaAI/MLJOpenML.jl).**Acknowledgements.** The code in this repository is based on contributions of Diego Arenas
to [MLJBase.jl](https://github.com/JuliaAI/MLJBase.jl) which do not
appear in the commit history of this repository.Package documentation is [here](https://JuliaAI.github.io/OpenML.jl/stable).