MLJOpenML.jl
Linux | Coverage |
---|---|
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