-
Notifications
You must be signed in to change notification settings - Fork 184
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
[DOC] Documentation improvement of certain BaseClasses #2509
Comments
@aeon-actions-bot assign @kevinzb56 |
Thanks for opening the issue, agree these can be better. |
There will definitely be more than these two I think, so feel free to contribute to those also. |
@lucifer4073 Please can you assign me this issue |
@lucifer4073 could you please assign me this issue |
Please read the contributor guide. There is also a PR for this open already, so if you are doing a class separate from those please post here. |
Hi @kevinzb56 , are you still working on this? |
Hello @lucifer4073, I have already submitted a PR for the BaseDeepClassifier and BaseCollectionEstimator classes. Once this PR is reviewed and approved, I would be happy to make similar improvements to other classes as well. |
Describe the issue linked to the documentation
Description
Certain base classes in the classification modules (and potentially other modules) have incomplete documentation for their methods and functions.
For instance, the
BaseClassifier
class provides comprehensive documentation as shown below:However, other base classes, such as
BaseDeepClassifier
andBaseCollectionEstimator
, lack similar documentation for their methods and functions.Suggested Solution
BaseClassifier
.Additional Notes
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered: