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-15556 Implement UpliftDRF MOJO #15615

Merged
merged 26 commits into from
Sep 26, 2023
Merged

Conversation

maurever
Copy link
Contributor

@maurever maurever commented Jun 28, 2023

Closes #15556.

@maurever maurever added this to the 3.44.0.1 milestone Jun 28, 2023
@maurever maurever self-assigned this Jun 28, 2023
@maurever maurever marked this pull request as draft July 24, 2023 14:44
@maurever maurever force-pushed the maurever_GH-15556_upliftdrf_mojo branch from 0ced502 to bab109e Compare August 23, 2023 09:24
h2o-py/h2o/h2o.py Outdated Show resolved Hide resolved
@maurever maurever marked this pull request as ready for review August 31, 2023 09:42
@maurever maurever force-pushed the maurever_GH-15556_upliftdrf_mojo branch from 8fdd896 to 1d72a7e Compare September 1, 2023 11:39
@maurever maurever marked this pull request as draft September 3, 2023 09:36
@maurever maurever force-pushed the maurever_GH-15556_upliftdrf_mojo branch from 1d72a7e to e158ee0 Compare September 13, 2023 12:43
@maurever maurever force-pushed the maurever_GH-15556_upliftdrf_mojo branch from 94efba3 to 48afd94 Compare September 20, 2023 12:17
@@ -460,16 +460,15 @@ def training_model_metrics(self):
return self._model_json["output"]["training_metrics"]._metric_json

def model_performance(self, test_data=None, train=False, valid=False, xval=False, auc_type=None,
auuc_type=None, auuc_nbins=-1):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This parameter is not able to be used. Default model thresholds are used to calculate AUUC. Change in this function is not allowed.

@maurever maurever marked this pull request as ready for review September 20, 2023 13:24
@maurever maurever force-pushed the maurever_GH-15556_upliftdrf_mojo branch from 206cc50 to 821cb4e Compare September 21, 2023 08:49
@maurever maurever merged commit 8856059 into master Sep 26, 2023
2 checks passed
@maurever maurever deleted the maurever_GH-15556_upliftdrf_mojo branch September 26, 2023 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add MOJO to UpliftDRF model
2 participants