[ENH] Change fitted estimators and ensemble collections from protected to public #2374
Labels
enhancement
New feature, improvement request or other non-bug code enhancement
good first issue
Good for newcomers
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
toestimator_
.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
The text was updated successfully, but these errors were encountered: