179 questions
No questions match those filters.
Your three-way complexity classifier is 65% accurate. D...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansYou must evaluate the cost of different error directions. Over-routing a simple query to an expensive path wastes latency but still returns a correct answer. Under-routing a complex query to a simple path returns a wrong answer that downstream components cannot recover. Therefore, you should calibrate asymmetrically—routing up unless the classifier is confident—even if it means accepting worse expected latency. Acknowledge that because the classifier decides before retrieval, it lacks the evidence to be truly uncertain, making its confidence unreliable on out-of-distribution queries.