Skip to content

Commit

Permalink
return back accidently removed primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
samir-nasibli committed Oct 18, 2024
1 parent e48a2db commit cff9056
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sklearnex/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ def get_patch_message(s, queue=None, transferred_to_host=True):
return message


def get_sklearnex_version(rule):
return daal_check_version(rule)


def register_hyperparameters(hyperparameters_map):
"""Decorator for hyperparameters support in estimator class.
Adds `get_hyperparameters` method to class.
Expand Down

0 comments on commit cff9056

Please sign in to comment.