Hi, Olanrewaju. I've been watching your videos and you have amazing work on your profile. I've tried to follow your videos and I've managed to write up a code to use. I used the streamlit method but I keep getting an error from the software that the xgboost is not installed and even when I use the pip install xgboost I am still getting that error. Would it be possible for me to send you my code and pkl file so you can run it for me on your PC ? thanks a lot
Hi Kevin, thank you for your comment and word of encouragement. Kindly DM on twitter twitter.com/theoyinbooke Or LinkedIn LinkedIn.com/in/olanrewaju-oyinbooke
Thank you so much for this video, please I need help. Each time i run my streamlit and click on the Predict button, I experience this error message: ValueError: dtype='numeric' is not compatible with arrays of bytes/strings.Convert your data to numeric values explicitly instead. Please i need help, i can share my entire code if you want to.
i think you need to create a pipeline that has the model and preprocesses also(you should have converted your data to numeric during preprocesses though)
Very short and concise. Thanks so much
Thank you! very good video!
Glad you found it helpful
Thanks.really helpful. Please how do I use tabs in streamlit
Hi, Olanrewaju. I've been watching your videos and you have amazing work on your profile. I've tried to follow your videos and I've managed to write up a code to use. I used the streamlit method but I keep getting an error from the software that the xgboost is not installed and even when I use the pip install xgboost I am still getting that error. Would it be possible for me to send you my code and pkl file so you can run it for me on your PC ? thanks a lot
Hi Kevin, thank you for your comment and word of encouragement.
Kindly DM on twitter twitter.com/theoyinbooke
Or LinkedIn LinkedIn.com/in/olanrewaju-oyinbooke
Thank you so much for this video, please I need help. Each time i run my streamlit and click on the Predict button, I experience this error message:
ValueError: dtype='numeric' is not compatible with arrays of bytes/strings.Convert your data to numeric values explicitly instead.
Please i need help, i can share my entire code if you want to.
i think you need to create a pipeline that has the model and preprocesses also(you should have converted your data to numeric during preprocesses though)