Skip to content

Commit

Permalink
Added new parameter (#313)
Browse files Browse the repository at this point in the history
* added new parameter

* format
  • Loading branch information
heejaechang committed May 8, 2024
1 parent 2e06241 commit cd8f865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/sklearn/preprocessing/_polynomial.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class SplineTransformer(TransformerMixin, BaseEstimator):
extrapolation: Literal["error", "constant", "linear", "continue", "periodic", "constant"] = "constant",
include_bias: bool = True,
order: Literal["C", "F", "C"] = "C",
sparse_output: bool = False,
) -> None: ...
def get_feature_names_out(self, input_features: None | ArrayLike = None) -> ndarray: ...
def fit(
Expand Down

0 comments on commit cd8f865

Please sign in to comment.