Skip to content

Commit

Permalink
improved svg, fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Dec 14, 2024
1 parent 9629f7f commit 15f547e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions docs/assets/pipeline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/nemos/basis/_basis_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def setup_basis(self, *xi: NDArray) -> Basis:
Set all basis states.
This method corresponds sklearn transformer ``fit``. As fit, it must receive the input and
it must set all basis states, i.e. kernel_ and all the states relative to the input shape.
it must set all basis states, i.e. ``kernel_`` and all the states relative to the input shape.
The difference between this method and the transformer ``fit`` is in the expected input structure,
where the transformer ``fit`` method requires the inputs to be concatenated in a 2D array, while here
each input is provided as a separate time series for each basis element.
Expand Down Expand Up @@ -323,7 +323,7 @@ def setup_basis(self, *xi: NDArray) -> Basis:
Set all basis states.
This method corresponds sklearn transformer ``fit``. As fit, it must receive the input and
it must set all basis states, i.e. kernel_ and all the states relative to the input shape.
it must set all basis states, i.e. ``kernel_`` and all the states relative to the input shape.
The difference between this method and the transformer ``fit`` is in the expected input structure,
where the transformer ``fit`` method requires the inputs to be concatenated in a 2D array, while here
each input is provided as a separate time series for each basis element.
Expand Down Expand Up @@ -539,7 +539,7 @@ def setup_basis(self, *xi: NDArray) -> Basis:
Set all basis states.
This method corresponds sklearn transformer ``fit``. As fit, it must receive the input and
it must set all basis states, i.e. kernel_ and all the states relative to the input shape.
it must set all basis states, i.e. ``kernel_`` and all the states relative to the input shape.
The difference between this method and the transformer ``fit`` is in the expected input structure,
where the transformer ``fit`` method requires the inputs to be concatenated in a 2D array, while here
each input is provided as a separate time series for each basis element.
Expand Down

0 comments on commit 15f547e

Please sign in to comment.