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
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.
The error message was
AttributeError: 'RandomForestClassifier' object has no attribute 'n_features_in_'
Is there any range of sklearn versions which are explicitly supported?
The text was updated successfully, but these errors were encountered: