In Healthcare if I need to predict how many claims will get rejected and accepted, so I will go for a logistic approach, then after coding, Do I need to run the code for different data or I can directly give the input and get the output?
If you want the model to just give you the output when you give a new data as input then you will have to design an interface using various tools like Tkinter and then the model will be running in backend and otherwise, you will have to run the algo every time you give a new data as input.
Comments
0 comments
Article is closed for comments.