DOC misleading version added info for cv_results["n_features"]
in RFECV
#30048
Labels
cv_results["n_features"]
in RFECV
#30048
Describe the bug
I'm using the scikit-learn version 1.3.0. When I use

rfecv = RFECV(....) rfecv.fit(X, y) print(rfecv.cv_results_)
that code gives me a traceback:
KeyError: 'n_features'
I seen that key in the doc.
Steps/Code to Reproduce
Expected Results
It should have the key.
Actual Results
KeyError: 'n_features'
Versions
The text was updated successfully, but these errors were encountered: