"python-package/vscode:/vscode.git/clone" did not exist on "9ee107546979ec68e51f404d01409c32c7c3aefd"
[python][scikit-learn] add new attribute for used number of features (#3129)
* update number of features attribute Fixes issue related to https://github.com/scikit-learn/scikit-learn/issues/17353 (see SLEP010 https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/slep010/proposal.html ). * Update sklearn.py * set public attribute in fit method Reverted ```n_features``` property, and inserted the public attribute ```n_features_in_```. * Update documentation * Update python-package/lightgbm/sklearn.py Co-authored-by:Nikita Titov <nekit94-08@mail.ru>
Showing
Please register or sign in to comment