Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hyunji
/
CapstoneDesign2021-1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Hyunji
2021-06-21 19:17:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7923a40dae3ea351bc807f77c732b07a1abd2207
7923a40d
1 parent
ea076380
Update age_prediction_graph_test_set.py
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
main/age_prediction_graph_test_set.py
main/age_prediction_graph_test_set.py
View file @
7923a40
...
...
@@ -13,7 +13,7 @@ import matplotlib.pyplot as plt
plt
.
xlabel
(
"Age"
)
plt
.
ylabel
(
"Prediction"
)
df
=
pd
.
read_csv
(
'/content/drive/MyDrive/2d-slice-set-networks-for-brain-age-master/data/test_pred
- 시트1.c
sv'
)
df
=
pd
.
read_csv
(
'/content/drive/MyDrive/2d-slice-set-networks-for-brain-age-master/data/test_predsv'
)
df1
=
pd
.
DataFrame
(
df
)
.
T
corr
=
df
.
corr
(
method
=
'pearson'
)
print
(
corr
)
...
...
Please
register
or
login
to post a comment