Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[python][scikit-learn] add new attribute for used number of features (m…
…icrosoft#3129) * update number of features attribute Fixes issue related to scikit-learn/scikit-learn#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>
- Loading branch information