We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db5627 commit da74bcaCopy full SHA for da74bca
inflammation/models.py
@@ -1,6 +1,10 @@
1
"""Module containing models representing patients and their data.
2
3
The Model layer is responsible for the 'business logic' part of the software.
4
+
5
+Patients' data is held in an inflammation table (2D array) where each row contains
6
+inflammation data for a single patient taken over a number of days
7
+and each column represents a single day across all patients.
8
"""
9
10
import numpy as np
0 commit comments