You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, by any means if you find a way to improve the situation, feel free to open a PR! Full disclosure: I don't think it is that easy, because coef_ attribute is documented by hand and coef_ property is automatically documented by sphinx ....
Describe the issue linked to the documentation
Docs for some classes mention some fitted-model attributes twice: first as 'attribute', then as 'property'.
For example, class SVC here:
https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
Shows

coef_
first under 'Attributes':And then shows it again as a property:

I am guessing this might be the autodoc plugin for sphinx being too eager with what it includes.
Suggest a potential alternative/fix
Should show up only under 'attributes'.
The text was updated successfully, but these errors were encountered: