Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-16312 move contrained GLM fix from master to release branch (#16317) [nochecks][nocheck] #16383

Merged
merged 1 commit into from
Sep 11, 2024

Commits on Sep 3, 2024

  1. GH-16312 constrainted glm issues [nocheck] (#16317)

    * Continue to double check algo.
    
    * fix bug in gradient update.
    
    * implemented various version of IRLSM
    
    * Found GLM original with gradient magnitude change best
    
    * GH-16312: fix wrong error raised by duplicated/conflicted constraints.
    
    * force beta constraint to be satisfied at the end if it is not.
    
    * GH-16312: add assert check to test per Veronika suggestion.
    
    * GH-16312: fix tests after fixing constrained GLM bugs.
    
    * GH-16312: fixed NPE error in checkCoeffsBounds
    
    * GH-16312: fix test failure.
    
    * remove conflicting constraint tests as we currently do not have the capability to do so right now.
    * change dataset path from AWS to local
    wendycwong authored and wendycwong committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d665e2b View commit details
    Browse the repository at this point in the history