LearnBase.jl
LearnBase.jl copied to clipboard
Abstractions for Julia Machine Learning Packages
Ref https://github.com/JuliaML/LearnBase.jl/pull/48#issue-698461216 1. Rename LearnBase.jl ➡️ LearnAPI.jl (similar to StatsAPI.jl and DataAPI.jl) 2. Create MLBase.jl as an umbrella over MLDataPattern.jl, MLLabelUtils.jl, LossFunctions.jl, and PenaltyFunctions.jl For (2), do we want an...
I encountered the issue when playing with [Reinforce.jl](https://github.com/JuliaML/Reinforce.jl), and the essential reason is in `LearnBase`. **Issue description:** When a concrete type in `LearnBase` derived from `AbstractSet` is displayed automatically in...
Dear all, In this issue I would like to discuss a refactoring of LearnBase.jl to accommodate more general problems under transfer learning settings. Before I can do this, I would...
As we evolve the interface, it is quite important to have clear and precise documentation for the currently implemented concepts. The docstrings already do a great job explaining the concepts,...