Runtime considerations are often important for many applications. Typically you should look at training time and prediction time for an ML algorithm. Some common questions to ask include: Training: Do you want to train the algorithm in a batch mode? How often do you need to train? If you need to retrain your algorithm every…
Is the run-time of an ML algorithm important? How do I evaluate whether the run-time is OK?
Posted on