JuliaML / MLUtils.jl

Utilities and abstractions for Machine Learning tasks
MIT License
109 stars 22 forks source link

Incorrect docs for `undersample` and `oversample` #113

Closed Moelf closed 2 years ago

Moelf commented 2 years ago

The docs claims: https://github.com/JuliaML/MLUtils.jl/blob/b29bf410c7ebb42b0c82b3d50b79f50667618b9a/src/resample.jl#L133-L141

The docs needs to be changed to ((X,Y))

same goes for oversample.

Moelf commented 2 years ago

image