Skip to content

Instantly share code, notes, and snippets.

@Timothy102
Last active November 15, 2020 09:50
clf = GridSearchCV( SVC(), parameters, scoring='accuracy')
clf.fit(X_train, y_train)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment