Skip to content

Commit

Permalink
changed var name
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Jan 14, 2025
2 parents 58b2d1f + 4d0d4a7 commit 54c4c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemos/basis/_basis_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __sklearn_clone__(self) -> Basis:
"""Clone the basis while preserving attributes related to input shapes.
This method ensures that input shape attributes (e.g., `_input_shape_product`,
`_input_shape_product`) are preserved during cloning. Reinitializing the class
`_input_shape_`) are preserved during cloning. Reinitializing the class
as in the regular sklearn clone would drop these attributes, rendering
cross-validation unusable.
"""
Expand Down

0 comments on commit 54c4c60

Please sign in to comment.