JuliaML / MLDataUtils.jl

Utility package for generating, loading, splitting, and processing Machine Learning datasets
http://mldatautilsjl.readthedocs.io/
Other
102 stars 20 forks source link

Updates for new missing representation in DataFrames #37

Closed andreasnoack closed 6 years ago

andreasnoack commented 6 years ago

This should make this package mostly work with the new missing representation used in DataFrames. I realized that computing the variance of an array with missings requires 0.7 so I've made two of the test lines conditional on the Julia version.

Evizero commented 6 years ago

Thank you very much!