Skip to content
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

RandomForest classifier from sklearn==0.22.1 gives AttributeError #17

Open
priesgo opened this issue Nov 27, 2023 · 1 comment
Open

Comments

@priesgo
Copy link

priesgo commented Nov 27, 2023

The error message was AttributeError: 'RandomForestClassifier' object has no attribute 'n_features_in_'

Is there any range of sklearn versions which are explicitly supported?

@konstantint
Copy link
Owner

The statement in setup.py install_requires=["scikit-learn >= 0.22"],, implies than an "explicitly supported version (i.e. last for which everything was known to be working) was 0.22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants