Day05 Crossword
Across
- 3. the target variable of the titanic dataset
- 4. the thing we're predicting
- 7. the target variable of the iris dataset
- 8. a column in a dataset
- 9. use this to make knn predictions on a classification
- 11. a type of ML that predicts a category
- 12. the features we're using to make a prediction
- 13. gotta catch em all
Down
- 1. a knn variant where not all neighbors have an equal vote
- 2. a type of ML that predicts a real valued number.
- 5. both a cuddly animal and a powerful library
- 6. a row in a dataset
- 7. part of a dataset
- 9. use this to make knn predictions on a regression
- 10. predicts the most commonly occuring class of the closest neighbors. abbr.