Skip to content

Commit

Permalink
Default model update for shadow predictor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouhcine committed Jan 12, 2024
1 parent 8716b8d commit 04a3b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deel/puncc/api/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class IdPredictor(BasePredictor):
:param model: model to be wrapped.
"""

def __init__(self, model, **kwargs):
def __init__(self, model=None, **kwargs):
self.kwargs = kwargs
super().__init__(model, is_trained=True)

Expand Down

0 comments on commit 04a3b9a

Please sign in to comment.