MLJOpenML.jl

Author JuliaAI
Popularity
4 Stars
Updated Last
2 Years Ago
Started In
March 2021

MLJOpenML.jl

Linux Coverage
Build status codecov.io

A package providing integration of OpenML with the MLJ machine learning framework.

Installation

using Pkg
Pkg.add("MLJOpenML")

Sample usage

Load the iris data set from OpenML:

using MLJOpenML
rowtable = MLJOpenML.load(61)

Convert to a DataFrame:

Pkg.add("DataFrames")
using DataFrames
df = DataFrame(rowtable)

Documentation

Documentation is provided in the OpenML Integration section of the MLJManual