Skip to content

Commit

Permalink
Fix: Refactor long line in _mr_hydra.py to comply with E501 (line len…
Browse files Browse the repository at this point in the history
…gth limit)

Edited line 42 that exceeded the 88-character limit (E501).
  • Loading branch information
Akhil-Jasson committed Jan 19, 2025
1 parent fb96633 commit 078a297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/classification/convolution_based/_mr_hydra.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class MultiRocketHydraClassifier(BaseClassifier):
A dictionary can also be provided to specify weights for each class manually.
Note that these weights will be multiplied with sample_weight (passed through
the fit method) if sample_weight is specified.
Also Note that "balanced_subsample" is not supported as RidgeClassifierCV is not an ensemble model.
Note:"balanced_subsample" isn't supported as RidgeClassifierCV isn't an ensemble model.
n_jobs : int, default=1
The number of jobs to run in parallel for both `fit` and `predict`.
``-1`` means using all processors.
Expand Down

0 comments on commit 078a297

Please sign in to comment.