Added
- **kwargs for `fit` functions
Changed
- Changed the signature of the `fit` method in the `DIPLS` and `GCTPLS` classes to accept **kwargs.
Fixed
- N/A
Removed
- N/A
Breaking Changes
- N/A
[unreleased] - 2024-11-05
Added
- 'check_estimator()' added to the doctests to validate model classes.
Changed
- Input/Output validation added to diPLSlib.models and diPLSlib.functions.
- Changed public to private attributes added in the 'fit()' method.
- Notebooks adapted.
- 'demo_ModelSelection_SciKitLearn.ipynb' added.
- Tests excecuted properly.
Fixed
N/A
Removed
N/A
Breaking Changes
- Changed type of parameter 'l' from Union[int, List[int]] to Union[float, tuple] in 'DIPLS' and 'GCTPLS' classes.