Barclays Interview Questions | Model Selection

Question

You have two models of comparable accuracy and computational performance. Which one should you choose for production and why?

in progress 0
Dhruv2301 4 years 3 Answers 1117 views Great Grand Master 0

Answers ( 3 )

  1. For production, we should choose the one which has less computational performance. As the accuracy are similar, the one with less computation time will have low latency and hence can be used for production.

  2. Assuming higher computational power means less time complexity. For production, it is better to choose higher computational performance. In the world of big data, we need to have algorithms that compute huge volumes with as much less time as possible.

  3. Depends upon many scenarios.
    Are they both black box models or one model has a better interpretation than other.
    Interpretability can be preferred over black box models.
    Training and prediction time can also be considered. one which takes less time to train or to output results
    can also be considered.

Leave an answer

Browse
Browse