JuliaML / JuliaML/MLDatasets.jl

`as_df=false` requires `using DataFrames`

Open
#184 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
239
Forks
51
PR merge metrics
No merged PRs in 30d

Description

When running
```julia
julia> using MLDatasets: Iris

julia> X, y = Iris(as_df=false)[:]
```
on julia 1.8.2, MLDatasets v0.7.5 the user is prompted with an error asking for `DataFrames` to be installed.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.