Sobes.tech

Machine Learning / AI

Which algorithm complexity depends on n or k and what does it depend on?

Middle — Senior
570

Move zeros to the end of the array, preserving the order of the other elements [1, 0, 8, 9] -> [1, 8, 9, 0] def move_zeros(nums: list[int]): pass

279

What pitfalls can occur when normalizing data to solve the extrapolation problem in a random forest?

260

How to account for cases with zeros in the product of list elements?

Middle — Senior
237

What parameters in a random forest can be changed and how do the depth and number of trees affect it?

Middle — Senior
237

What is the complexity of sorting algorithms?

Middle — Senior
227

How to understand whether a model is good or bad? What metrics exist and what do they mean?

Middle — Senior
213

What is the problem with a solution involving nested loops of O(n^2)?

Middle — Senior
192

How do you handle an empty input list?

Middle — Senior
191

Why use lists to store previous values?

191
/7