sylviankahane

Results 3 issues of sylviankahane

in expression starting at /home/sylvian/.julia/packages/DecisionTree/4lZKc/src/abstract_trees.jl:18 in expression starting at /home/sylvian/.julia/packages/DecisionTree/4lZKc/src/DecisionTree.jl:1 in expression starting at stdin:1 ERROR: LoadError: Failed to precompile DecisionTree [7806a523-6efd-50cb-b5f6-3fa6f1930dbb] to /home/sylvian/.julia/compiled/v1.8/DecisionTree/jl_V9rnlb. Stacktrace: [1] error(s::String) @ Base ./error.jl:35...

Hello Where can I download the files used in this tutorial ? Namely: "hg_lamp_1-sixteenth_s.bmp" "kr_lamp_p6.bmp" "ne_lamp_1s.bmp"

I run the first example: julia> ret = Regression.solve( logisticreg(X, XX; bias=1.0), reg=SqrL2Reg(1.0e-2), options=Options(verbosity=:iter, grtol=1.0e-6*n) ) and I got this: **ERROR:** UndefVarError: `logisticreg` not defined I search the sources for...