Шукаєте відповіді та рішення тестів для Machine Learning-(BSCS-2, BSDS-2)? Перегляньте нашу велику колекцію перевірених відповідей для Machine Learning-(BSCS-2, BSDS-2) в moodle.ucu.ac.ug.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
A KNN classifier with K=5 is trained on a dataset where 95% of samples belong to class A and 5% to class B. The model achieves 95% accuracy. A student claims the model is excellent. What is the best critique?
For a binary classification problem, what is the maximum value of Gini Impurity?
KNN is fundamentally classified as which type of learning algorithm?
A colleague argues that you must always use Entropy over Gini because Entropy is "more mathematically principled." What is the most accurate response?
The F1 score is the arithmetic mean of precision and recall.
A dataset contains two identical columns (Feature X copied as Feature Y). How does this affect a Decision Tree using Information Gain?
A KNN model performs well on a dataset with 5 features but poorly after adding 200 irrelevant random features. Which phenomenon explains this?
What best describes the decision boundary of a KNN classifier when K = 1?
You need to find the optimal max_depth for a Decision Tree on a dataset with 5,000 samples. Which experimental design is most rigorous?
When K is set to a very large value (approaching the size of the training set) in KNN for a binary classification task, what behaviour is most likely?