JuliaStats / MLBase.jl

A set of functions to support the development of machine learning algorithms
MIT License
185 stars 63 forks source link

Issues with Julia v0.5 #30

Closed pevnak closed 8 years ago

pevnak commented 8 years ago

Hi all, I have found that I need to comment using ArrayViews in MLBase.jl due to clash with Julia's own function in v0.5.

Tomas

ararslan commented 8 years ago

Hi Tomas,

Thanks for the heads up. This package seems to have slipped under the radar. Indeed, the package tests don't pass at all on Julia 0.5. Only one registered package appears to have a current version that depends on it, so I wonder if we might be better off in the long run deprecating this in favor of something from the JuliaML organization. @johnmyleswhite, what do you think of that? In the interim though I can take a look here to see if I can get it cleaned up for 0.5.

pevnak commented 8 years ago

Hi Alex, I was looking into Julia ML but I have not find any package that would implement calculation of prcurve and roc curve, which are sometimes helpful. Have I missed something? If not, then I think that MLBase still have its place.

ararslan commented 8 years ago

Oh, I guess I didn't realize JuliaML didn't reimplement this stuff. I wonder if perhaps this should be merged into StatsBase? (cc @andreasnoack @nalimilan) Or maybe we should just leave everything as-is. ¯_(ツ)_/¯