JuliaML / MLPlots.jl

Plotting recipes for statistics and machine learning using Plots.jl
Other
24 stars 5 forks source link

Require LearnBase #1

Closed Evizero closed 8 years ago

Evizero commented 8 years ago

I will need to introduce a dependency on LearnBase. LearnBase in turn currently has an dependency on MLDatasets which is not yet ready for METADATA

this should do the trick for now:

Pkg.clone("https://github.com/Evizero/LearnBase.jl")
tbreloff commented 8 years ago

I assume the MLDatasets dependency will be removed eventually, right?

tbreloff commented 8 years ago

I guess what I'm saying it that it seems like MLDatasets should depend on LearnBase, not the other way around. Do you agree?

Evizero commented 8 years ago

Thinking about it I could actually turn it around and make MLDatasets depend on LearnBase

EDIT: I turned the dependencies around