Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -13,7 +13,7 @@ import matplotlib.pyplot as plt | ... | @@ -13,7 +13,7 @@ import matplotlib.pyplot as plt |
13 | plt.xlabel("Age") | 13 | plt.xlabel("Age") |
14 | plt.ylabel("Prediction") | 14 | plt.ylabel("Prediction") |
15 | 15 | ||
16 | -df = pd.read_csv('/content/drive/MyDrive/2d-slice-set-networks-for-brain-age-master/data/valid_pred - 시트1.csv') | 16 | +df = pd.read_csv('/content/drive/MyDrive/2d-slice-set-networks-for-brain-age-master/data/valid_pred.csv') |
17 | df1 = pd.DataFrame(df).T | 17 | df1 = pd.DataFrame(df).T |
18 | corr = df.corr(method='pearson') | 18 | corr = df.corr(method='pearson') |
19 | print(corr) | 19 | print(corr) | ... | ... |
-
Please register or login to post a comment