With many of its original functions moved to StatsBase, the development of MLBase.jl has been stopped for a while.
Recently, I revived this package and added a series of functionalities. Now, it is a swiss knife for machine learning. This package does not implement specific machine learning algorithms. Instead, it provides a collection of useful tools to support machine learning programs, including: - Data manipulation - Score-based classification - Cross validation - Performance evaluation (e.g. evaluating ROC) For details, please refer to the Readme<https://github.com/JuliaStats/MLBase.jl> . - Dahua
