Skip to content

Commit

Permalink
Update hypnogram in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Dec 4, 2022
1 parent 399d984 commit b98a4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ In this final section, we'll see how to perform automatic sleep staging in YASA.
>>> hypno_pred = yasa.hypno_str_to_int(hypno_pred) # Convert "W" to 0, "N1" to 1, etc
>>> yasa.plot_hypnogram(hypno_pred); # Plot
.. figure:: /pictures/quickstart/hypnogram.png
.. figure:: /pictures/quickstart/hypno_pred.png
:align: center

Let's calculate the agreement against the ground-truth expert scoring:
Expand Down

0 comments on commit b98a4c0

Please sign in to comment.