Regression.jl icon indicating copy to clipboard operation
Regression.jl copied to clipboard

no source code for logisticreg

Open sylviankahane opened this issue 5 months ago • 0 comments

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

sylviankahane avatar Sep 15 '24 19:09 sylviankahane