What if i have categorical features in my model? Sure I would encode them but what changes should be made in the production code so that it accepts strings as an entry?
Hello sir, I have gone through your tutorials, its amazing. I need your help sir. Currently am working on customer segmentation for my ecommerce app. Thing is I know how to cluster and all but don't know how to deploy it to my app. Can you help me in this ?.Do you have any tutorial on customer segmentation ?
Nice video sir😃 all the concepts are fully explained....
Hopefully 👍
Good class!
Great video ! helped me a lot
What if i have categorical features in my model? Sure I would encode them but what changes should be made in the production code so that it accepts strings as an entry?
It takes string as an entry, but in your code it would be transformed before calling the model.predict()
@@SatyajitPattnaik only you focus on integrer what about inputs as a categorical variable........
@@abhishekprakash9803 I can make a more advanced deployment soon 😎
Super
Thanks
Where did the flask application is being created. Please help in understanding.
Hi!!! Could you please help me in understanding that where did you write the flask code ??
He wrote it in an IDE like vscode but some older IDE i guess
thank you very much for the educative video. Much grateful. Please i will be glad if you can share your home.html file
Link is already in the video description: github.com/beingdatum/BreastCancerPrediction
Go to templates folder..
I am not getting any http link after debugging
Hello sir, I have gone through your tutorials, its amazing. I need your help sir. Currently am working on customer segmentation for my ecommerce app. Thing is I know how to cluster and all but don't know how to deploy it to my app. Can you help me in this ?.Do you have any tutorial on customer segmentation ?
hi bro , plz can you make again without using HTML and CSS ...because i need to deploy using only flask API ..no need html
Whats the advantage of doing it ?
if __name__ == "__main__":
app.run()