I'm getting the following warning after upgrading to version 1.0 of scikit-learn:
UserWarning: X does not have valid feature names, but IsolationForest was fitted with feature name
I cannot find in the docs on what is a "valid feature name". How do I deal with this warning?