Skip to content

Commit

Permalink
Update incremental_linear.py
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Dec 13, 2024
1 parent 2781df2 commit 991f53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearnex/linear_model/incremental_linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _onedal_partial_fit(self, X, y, check_input=True, queue=None):
self._onedal_estimator.partial_fit(X, y, queue=queue)
self._need_to_finalize = True

if daal_check_version((2025, "P", 1)):
if daal_check_version((2025, "P", 200)):

def _onedal_validate_underdetermined(self, n_samples, n_features):
pass
Expand Down

0 comments on commit 991f53f

Please sign in to comment.