Skip to content

Commit

Permalink
docs: tutorials: accuracy: Updated line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer290399 authored and pdxjohnny committed Aug 26, 2021
1 parent e7c9318 commit b4845d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/accuracy/mse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Few other modules will also be required which needs to be imported.

.. literalinclude:: /../dffml/accuracy/mse.py
:test:
:lines: 1-11
:lines: 1-9

Config
------
Expand All @@ -35,7 +35,7 @@ a config class for the scorer that we will be implementing.

.. literalinclude:: /../dffml/accuracy/mse.py
:test:
:lines: 14-16
:lines: 12-14

Context
-------
Expand All @@ -49,7 +49,7 @@ have access the model's config and the sources records.

.. literalinclude:: /../dffml/accuracy/mse.py
:test:
:lines: 19-35
:lines: 17-33

Scorer
------
Expand All @@ -61,4 +61,4 @@ scorer in the cli.

.. literalinclude:: /../dffml/accuracy/mse.py
:test:
:lines: 38-41
:lines: 36-39

0 comments on commit b4845d0

Please sign in to comment.