diff --git a/Cancer.py b/Cancer.py index 3f7acdb..7ceaa76 100644 --- a/Cancer.py +++ b/Cancer.py @@ -3,7 +3,6 @@ import matplotlib.pyplot as plt from matplotlib.ticker import NullFormatter import pandas as pd -import numpy as np import matplotlib.ticker as ticker from sklearn import preprocessing @@ -50,4 +49,4 @@ neigh = KNeighborsClassifier(n_neighbors = k).fit(X_train,y_train) neigh yhat = neigh.predict(X_test) -print(yhat[0:5]) \ No newline at end of file +print(yhat[0:5])