Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 577 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 577 Bytes

SLDS

simulator.ipynb:

A function for simulating a patient data.

splitting-by-models.ipynb

A set of function to detect the different models for a given period.

linear-regression.ipynb

A set of functions used for regression.

preprocessing directory

A set of functions to fetch the data from the dataset and to perform a preprocessing on it.

samples directory

Includes the dataset as CSV fies for real patients.

signals-processing-results.ipynb

A script for printing the results of the preprocessing on signals.
This script is used for debugging.