Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).