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 a logisticreg but there is none
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:
logisticregnot definedI search the sources for a logisticreg but there is none