ekholme / eeML.jl

Practice implementing ML algos in Julia
https://ekholme.github.io/eeML.jl/
MIT License
0 stars 0 forks source link

in place for logistic regression #1

Open ekholme opened 1 year ago

ekholme commented 1 year ago

modify logistic regression to do in-place training. Update type to include beta coefficients and training to update these in place

ekholme commented 1 year ago

Updated to include in-place training, but want to include standard errors for betas next