Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Change fitted estimators and ensemble collections from protected to public #2374

Open
MatthewMiddlehurst opened this issue Nov 20, 2024 · 2 comments
Labels
enhancement New feature, improvement request or other non-bug code enhancement good first issue Good for newcomers

Comments

@MatthewMiddlehurst
Copy link
Member

MatthewMiddlehurst commented Nov 20, 2024

Describe the feature or idea you want to propose

Currently in a lot of estimators we fit an sklearn estimator i.e. _estimator or form an ensemble of estimators i.e. _ensemble or _classifiers but these are protected (starting with an _).

Theres not much reason for them to be protected IMO.

Describe your proposed solution

Change fitted estimator attributes from protected to public using our fitted attribute convention i.e. from _estimator to estimator_.

These should then be properly documented in the estimator docstring under "Attributes"

Describe alternatives you've considered, if relevant

No response

Additional context

No response

@MatthewMiddlehurst MatthewMiddlehurst added enhancement New feature, improvement request or other non-bug code enhancement good first issue Good for newcomers labels Nov 20, 2024
@TonyBagnall
Copy link
Contributor

see #2350 for an example

@vedpawar2254
Copy link

vedpawar2254 commented Nov 22, 2024

@@aeon-actions-bot assign @vedpawar2254

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, improvement request or other non-bug code enhancement good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants