Across
- 4. The method used to train a model on the training dataset.
- 8. A class in Scikit-Learn for building decision tree classifiers.
- 9. Root Mean Squared Error, a metric to evaluate regression models.
- 10. Compute confusion matrix to evaluate the accuracy of a classification.
- 11. A class in Scikit-Learn for implementing Support Vector Classification.
- 12. The method used to make predictions on new data using a trained model.
Down
- 1. A preprocessing class in Scikit-Learn to standardize features by removing the mean and scaling to unit variance.
- 2. A class in Scikit-Learn for performing logistic regression.
- 3. A class in Scikit-Learn for implementing K-Nearest Neighbors classification.
- 5. A function to split the dataset into training and testing sets.
- 6. Compute the precision of a logistic regression model.
- 7. A class in Scikit-Learn for performing linear regression.
