Pergunta de entrevista da empresa Pluralsight

We upload an algorithm and the algorithm is not fast enough. What should you do as a Machine Learning Engineer?

Resposta da entrevista

Sigiloso

24 de mai. de 2018

I answered, we call the problem as the trade-off between accuracy and performance. For example, if it is a decision tree algorithm we can prune it, which means cutting-off less predictive branches in order to increase the speed.