diff options
Diffstat (limited to 'dpd/src/Model.py')
-rw-r--r-- | dpd/src/Model.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpd/src/Model.py b/dpd/src/Model.py index 1606441..a051927 100644 --- a/dpd/src/Model.py +++ b/dpd/src/Model.py @@ -17,7 +17,7 @@ from sklearn import linear_model class Model: - """Calculates new coefficients using the measurement and the old + """Calculates new coefficients using the measurement and the previous coefficients""" def __init__(self, |