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:23:20 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
02a0ef5cde558c8edf687bacb130b921a26d88e6
02a0ef5c
1 parent
f5e0546b
upload
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
CRF/bin/figures/figures-report.py
CRF/figures/enero/FigureGrid_v14.png
CRF/bin/figures/figures-report.py
View file @
02a0ef5
...
...
@@ -89,8 +89,8 @@ if __name__ == '__main__':
plt
.
rcParams
.
update
()
plt
.
grid
()
plt
.
plot
(
scoresTable
[
'precision'
],
'co--'
,
label
=
'precision'
,
linewidth
=
1
,
markersize
=
6
)
plt
.
plot
(
scoresTable
[
'f1-score'
],
'
m
o--'
,
label
=
'F1'
,
linewidth
=
1
,
markersize
=
6
)
plt
.
plot
(
scoresTable
[
'recall'
],
'
g
o--'
,
label
=
'recall'
,
linewidth
=
1
,
markersize
=
6
)
plt
.
plot
(
scoresTable
[
'f1-score'
],
'
b
o--'
,
label
=
'F1'
,
linewidth
=
1
,
markersize
=
6
)
plt
.
plot
(
scoresTable
[
'recall'
],
'
m
o--'
,
label
=
'recall'
,
linewidth
=
1
,
markersize
=
6
)
plt
.
plot
(
scoresTable
[
'CV'
],
'ro--'
,
label
=
'CV'
,
linewidth
=
1
,
markersize
=
6
)
plt
.
legend
(
loc
=
'upper left'
)
plt
.
xticks
(
range
(
64
),
list
(
scoresTable
.
index
)[
0
:
65
],
rotation
=
90
,
fontsize
=
8
)
...
...
CRF/figures/enero/FigureGrid_v14.png
View file @
02a0ef5
191 KB
|
W:
|
H:
187 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Please
register
or
login
to post a comment