Skip to content

Commit

Permalink
Upgrade h2o version to 3.46.0.4 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
poornaSavindi authored Aug 7, 2024
1 parent 7a7a91c commit a0eab64
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion models/algorithms/h2o-3-gbm-poisson.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import numpy as np

_global_modules_needed_by_name = ['h2o==3.46.0.2']
_global_modules_needed_by_name = ['h2o==3.46.0.4']
import h2o
import os

Expand Down
2 changes: 1 addition & 1 deletion models/algorithms/h2o-3-models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import numpy as np
import pandas as pd

_global_modules_needed_by_name = ['h2o==3.46.0.2']
_global_modules_needed_by_name = ['h2o==3.46.0.4']
import h2o
import os

Expand Down
2 changes: 1 addition & 1 deletion models/algorithms/h2o-glm-poisson.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from h2oaicore.systemutils import config, user_dir, remove, IgnoreEntirelyError
import numpy as np

_global_modules_needed_by_name = ['h2o==3.46.0.2']
_global_modules_needed_by_name = ['h2o==3.46.0.4']
import h2o
import os

Expand Down
2 changes: 1 addition & 1 deletion transformers/anomaly /isolation_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from h2oaicore.systemutils import config, user_dir, remove, IgnoreEntirelyError, print_debug
from h2oaicore.transformer_utils import CustomTransformer

_global_modules_needed_by_name = ['h2o==3.46.0.2']
_global_modules_needed_by_name = ['h2o==3.46.0.4']
import h2o
from h2o import H2OFrame
from h2o.estimators import H2OEstimator
Expand Down
2 changes: 1 addition & 1 deletion transformers/survival/h2o-3-coxph-pretransformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import os
import uuid

_global_modules_needed_by_name = ['h2o==3.46.0.2']
_global_modules_needed_by_name = ['h2o==3.46.0.4']
import h2o
from h2oaicore.systemutils import temporary_files_path, config, remove
from h2o.estimators.coxph import H2OCoxProportionalHazardsEstimator
Expand Down

0 comments on commit a0eab64

Please sign in to comment.