Would remove the X does not have valid feature names, but LogisticRegression was fitted with feature names warning.
```diff
- prediction = model.predict([pred_values])
+ prediction = model.predict(pd.DataFrame([pred_values], columns=data_name))
```
Would remove the `X does not have valid feature names, but LogisticRegression was fitted with feature names` warning.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Would remove the
X does not have valid feature names, but LogisticRegression was fitted with feature nameswarning.