Skip to content

Commit

Permalink
Fix docstring for partial_fit method at onedal part
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkkruglov committed Aug 30, 2024
1 parent a68083c commit 3f9d836
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions onedal/decomposition/incremental_pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ def partial_fit(self, X, queue):
y : Ignored
Not used, present for API consistency by convention.
check_input : bool, default=True
Run check_array on X.
Returns
-------
self : object
Expand Down
3 changes: 0 additions & 3 deletions onedal/spmd/decomposition/incremental_pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ def partial_fit(self, X, queue):
y : Ignored
Not used, present for API consistency by convention.
check_input : bool, default=True
Run check_array on X.
Returns
-------
self : object
Expand Down

0 comments on commit 3f9d836

Please sign in to comment.