Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
automatic-extraction-growth-conditions
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Estefani Gaytan Nunez
2020-02-11 16:07:33 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
056adcb7318b535a35762f8caa9d2f1dfc63b18a
056adcb7
1 parent
aa6850f3
upload
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
CRF/bin/figures/figures-report.py
CRF/figures/enero/FigureGrid_v14.png
CRF/bin/figures/figures-report.py
View file @
056adcb
...
...
@@ -88,12 +88,12 @@ if __name__ == '__main__':
plt
.
ylabel
(
"score"
)
plt
.
rcParams
.
update
()
plt
.
grid
()
plt
.
plot
(
scoresTable
[
'precision'
],
'o--'
,
label
=
'precision'
,
linewidth
=
3
,
markersize
=
8
)
plt
.
plot
(
scoresTable
[
'f1-score'
],
'o--'
,
label
=
'F1'
,
linewidth
=
3
,
markersize
=
8
)
plt
.
plot
(
scoresTable
[
'recall'
],
'o--'
,
label
=
'recall'
,
linewidth
=
3
,
markersize
=
8
)
plt
.
plot
(
scoresTable
[
'CV'
],
'o--'
,
label
=
'CV'
,
linewidth
=
3
,
markersize
=
8
)
plt
.
plot
(
scoresTable
[
'precision'
],
'o--'
,
label
=
'precision'
,
linewidth
=
1
,
markersize
=
8
)
plt
.
plot
(
scoresTable
[
'f1-score'
],
'o--'
,
label
=
'F1'
,
linewidth
=
1
,
markersize
=
8
)
plt
.
plot
(
scoresTable
[
'recall'
],
'o--'
,
label
=
'recall'
,
linewidth
=
1
,
markersize
=
8
)
plt
.
plot
(
scoresTable
[
'CV'
],
'o--'
,
label
=
'CV'
,
linewidth
=
1
,
markersize
=
8
)
plt
.
legend
(
loc
=
'lower right'
)
plt
.
xticks
(
range
(
64
),
list
(
scoresTable
.
index
)[
0
:
65
],
rotation
=
90
)
plt
.
xticks
(
range
(
64
),
list
(
scoresTable
.
index
)[
0
:
65
],
rotation
=
90
,
fontsize
=
8
)
#print(type(scoresTable.index))
#print(list(scoresTable.index))
#print(list(scoresTable.index)[0:64])
...
...
CRF/figures/enero/FigureGrid_v14.png
View file @
056adcb
195 KB
|
W:
|
H:
162 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Please
register
or
login
to post a comment