You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your model is looking great. But issue is about time. After seeing all of your code a time issue occurs. Reason behind is that you are actually train your model at the time testing. A good practice says that we should save first save model as .pkl file, .npy file etc. So that it just load the model and then predict rather than train model every time.
Also your deployed is not working too !!!
Hope you are understanding.
Thanks
The text was updated successfully, but these errors were encountered:
Hello @theArjun
Your model is looking great. But issue is about time. After seeing all of your code a time issue occurs. Reason behind is that you are actually train your model at the time testing. A good practice says that we should save first save model as .pkl file, .npy file etc. So that it just load the model and then predict rather than train model every time.
Also your deployed is not working too !!!
Hope you are understanding.
Thanks
The text was updated successfully, but these errors were encountered: