Skip to content

Commit

Permalink
fix misrendered docstrings (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes-intel authored Dec 13, 2024
1 parent ded94bf commit c631127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sklearnex/linear_model/incremental_linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ class IncrementalLinearRegression(
Parameters
----------
fit_intercept : bool, default=True
Whether to calculate the intercept for this model. If set
to False, no intercept will be used in calculations
(i.e. data is expected to be centered).
Whether to calculate the intercept for this model. If set
to False, no intercept will be used in calculations
(i.e. data is expected to be centered).
copy_X : bool, default=True
If True, X will be copied; else, it may be overwritten.
Expand Down

0 comments on commit c631127

Please sign in to comment.