At what point can I say the accuracy of my machine learning model is good
what percentage of accuracy is satisfactory for a machine learning model.
Using the prediction power of 500+ fitted models for predicting the input of multiple concurrent app users
I am developing an app that will receive the input JSON object from multiple users at the same time. Let’s assume a delivery estimation app. Also, let’s assume an example that a JSON object looks like {"feaure_1": 0.45, "feature_2": 1,...}
.