Enrollments closing soon for Post Graduate Certificate Program in Applied Data Science & AI By IIT Roorkee | 3 Seats Left

04 D 10 H : 01 M : 20 S   Apply Now

Project - Predicting Titanic Passenger Survival using Machine Learning and Python

19 / 21

Titanic Machine Learning Project - Evaluate our SVC Model

Now we will evaluate our SVC model.

INSTRUCTIONS

Import cross_val_score

from sklearn.model_selection import << you code goes here >>

Generate cross validation score for the model:

svm_scores = << your code goes here >>(svm_clf, X_train, y_train, cv=10)
svm_scores.mean()
Get Hint See Answer


Note - Having trouble with the assessment engine? Follow the steps listed here

Please login to comment

0 Comments

There are 15 new comments.