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
logistic_regression_options not defined
while loading In[3], in expression starting on line 4
This is the output when executing using MachineLearning:
Warning: imported binding for Date overwritten inmodule Datetime
Warning: imported binding for DateTime overwritten inmodule Datetime
Warning: Method definition now()
@grisu_ccall not defined
while loading /Users/tf/.julia/Gadfly/src/format.jl, in expression starting on line 56while loading /Users/tf/.julia/Gadfly/src/Gadfly.jl, in expression starting on line 50while loading /Users/tf/.julia/MachineLearning/src/MachineLearning.jl, in expression starting on line 2while loading In[1], in expression starting on line 1in include at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib
in include_from_node1 at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib
in include at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib
in include_from_node1 at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib
in reload_path at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib
in _require at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib
in require at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib (repeats 2 times)
in include at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib
in include_from_node1 at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib
in reload_path at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib
in _require at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib
in require at /usr/local/Cellar/julia/HEAD/lib/julia/sys.dylib (repeats 2 times)
inmodule Dates at dates/conversions.jl:21 overwritten inmodule Datetime at /Users/tf/.julia/Datetime/src/Datetime.jl:294.
The text was updated successfully, but these errors were encountered:
I just installed the bleeding edge version of Julia and this package seems to have problems calling methods. For example:
gives this:
This is the output when executing
using MachineLearning
:The text was updated successfully, but these errors were encountered: