This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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