You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running julia v0.4.5 under Mac OS X. crossval.jl example fails with the following error:
ERROR: LoadError: MethodError: `cross_validate` has no method matching cross_validate(::Function, ::Function, ::Int64, ::MLBase.Kfold, ::Base.Order.ReverseOrdering{Base.Order.ForwardOrdering})
Closest candidates are:
cross_validate(::Function, ::Function, ::Int64, ::Any)
cross_validate(::Function, ::Function, ::Integer, ::Any)
in include at ../julia/lib/julia/sys.dylib
in include_from_node1 at ../julia/lib/julia/sys.dylib
in process_options at ../julia/lib/julia/sys.dylib
in _start at ../julia/lib/julia/sys.dylib
while loading ~/.julia/v0.4/MLBase/examples/crossval.jl, in expression starting on line 32
The text was updated successfully, but these errors were encountered:
I am running
julia v0.4.5
under Mac OS X.crossval.jl
example fails with the following error:The text was updated successfully, but these errors were encountered: