Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 14, 2020 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/294aad2c24e09cfe3d2c2835aaf354e9 to your computer and use it in GitHub Desktop.
Save amankharwal/294aad2c24e09cfe3d2c2835aaf354e9 to your computer and use it in GitHub Desktop.
from sklearn.datasets import load_breast_cancer
from sklearn.model_selection import train_test_split
from sklearn.naive_bayes import GaussianNB
from sklearn.linear_model import LinearRegression
from sklearn.metrics import accuracy_score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment