Open dsweber2 opened 7 years ago
I second the issue on Julia v0.5.
I don't get this error anymore when on the master branches of Regression.jl and EmpiricalRisks.jl
Still more work was necessary to get tests passing, I have two open PRs now for that:
https://github.com/lindahua/EmpiricalRisks.jl/pull/19
I'm planning on using Regression to do multinomial least squares, but when I tried to load the command after
using Regression
, it wasn't found. Naturally, I tried to test the package, it returns:On a side note, I've tried GLM, GLMnet, and Lasso, and it looks to me like none of these had multinomial logistic regression implemented. Do you know if this is true?