+ 1
ML App Deployment issue
I'm trying to deploy my app using streamlit, I wrapped together a scikit-learn pipeline but the issue now is that the pipeline only accepts pandas dataframe as an input because of the ColumnTransformer object which I used. How do I manipulate a single array into a pd DataFrame with the feature names as the name of my columns, thanks 👍
1 Resposta
+ 1
Could it be something like this............
https://www.geeksforgeeks.org/create-a-pandas-dataframe-from-lists/