Skip to content

Instantly share code, notes, and snippets.

@SajidLhessani
Created August 26, 2021 10:53
Show Gist options
  • Select an option

  • Save SajidLhessani/bfa89f836d2f9a23db20e9a1d163df28 to your computer and use it in GitHub Desktop.

Select an option

Save SajidLhessani/bfa89f836d2f9a23db20e9a1d163df28 to your computer and use it in GitHub Desktop.
# Create a new SVC classifier
cls = SVC(C=best_C, kernel=best_kernel, gamma=best_gamma)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment