You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
I have a set of data which I could calculate a logistic regression for in 2.13.1, but not in 2.14.0.
I still get a 'converged' result from Compute, but the coefficients are all -1.2748188443139669E+194.
If I use the same procedure used in LogisticRegressionAnalysis, but use an IterativeReweightedLeastSquares whose Regularization is set to 0, everything works as in 2.13.1
Hi there, I have fixed the regularization implementation and added a new property in the LogisticAnalysis class to manually override the regularization options if needed. I will be available in the next release but I can also generate a temporary alpha release if there is interest.
I have a set of data which I could calculate a logistic regression for in 2.13.1, but not in 2.14.0.
I still get a 'converged' result from
Compute
, but the coefficients are all -1.2748188443139669E+194.If I use the same procedure used in
LogisticRegressionAnalysis
, but use anIterativeReweightedLeastSquares
whoseRegularization
is set to 0, everything works as in 2.13.1I've uploaded the data that shows the problem
The text was updated successfully, but these errors were encountered: