Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC] Updated docstring to clarify class_weight parameter in MRHydraC…
…lassifier (#2505) * Updated docstring to clarify class_weight parameter in MultiRocketHydraClassifier - Updated the class_weight parameter docstring in MultiRocketHydraClassifier to clarify supported values. - Explicitly mentioned that "balanced_subsample" is not supported as it is specific to ensemble models and not applicable to RidgeClassifierCV. * Fix: Refactor long line in _mr_hydra.py to comply with E501 (line length limit) Edited line 42 that exceeded the 88-character limit (E501). * Fix: Refactor line 42 in _mr_hydra.py to comply with E501 * Automatic `pre-commit` fixes
- Loading branch information