Smartmind
.global
What is the time complexity of training a Naive Bayes model, assuming 'n' samples and 'm' features?
O(n^3 * m^3)
O(n^2 * m)
O(m^2 * n)
O(n * m)
Machine Learning Algorithms Exercises are loading ...