Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 14, 2020 10:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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