Open
Conversation
* 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
* Fix R package for Windows * Fix pyunit_cluster test
* add-intro * Add-motivation * review-suggestions * Update pca.rst
added predict_rules. added example for algorithm. added max_categorical_levels example. added max_num_rules example added min_rule_length example. added model_type example. added distribution example added rule_generateion_ntrees example.
…6404) * ht/base example * ht/added prediction * ht/code test & example headers * ht/fixed rendering
…k] [nochecks] (#16394) * ht/constrained glm integration * ht/max_iterations * ht/initial review equations * ht/remove below eq5 * ht/added in examples * ht/requested changes
… (#16426) * upgrade google-cloud-storage to newest * upgarde protobuf and exclude the one from hadoop-common
* downgrade google gcs * upgrade only protobuf
….46.0 Rohan/cherry pick 16734 to rel 3.46.0
* Use new credentials * add logging
…distribution (#16770) * prototype * Add tests * Fix non-deterministic test data in GLMPredMojoControlVariablesTest (#16771) * Initial plan * Use fixed seed and remove println in GLMPredMojoControlVariablesTest Co-authored-by: tomasfryda <61695433+tomasfryda@users.noreply.github.com> * Change SEED constant to 0x1CEDC0FFEEL Co-authored-by: tomasfryda <61695433+tomasfryda@users.noreply.github.com> * Change SEED to 0x1CEDCAFE (no L suffix needed) Co-authored-by: tomasfryda <61695433+tomasfryda@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tomasfryda <61695433+tomasfryda@users.noreply.github.com> * Update h2o-algos/src/main/java/hex/glm/GLMModel.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update h2o-algos/src/main/java/hex/glm/GLMMojoWriter.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update comments --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Implement the remove offset effects feature into the GLM algorithm. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Tomáš Frýda <tomas.fryda@h2o.ai> Co-authored-by: Claude Code
* Fix inconsistencies * Incorporate Veronika's suggestions
* Add remove_offset_effect MOJO support # Conflicts: # h2o-algos/src/main/java/hex/glm/GLMModel.java # Conflicts: # h2o-algos/src/main/java/hex/glm/GLMModel.java * Fix test * Potential fix for code scanning alert no. 396: Local information disclosure in a temporary directory Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Update h2o-algos/src/test/java/hex/glm/GLMMojoControlVarsOffsetTest.java Co-authored-by: Veronika Maurerová <maurever@users.noreply.github.com> * Incorporate Veronika's suggestion --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Veronika Maurerová <maurever@users.noreply.github.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR is created for Test the h2o-3 nighly merge GHA workflow.