This library gathers some Python code meant to be used in the labs to be worked in Universidad Carlos III de Madrid Machine Learning in Healthcare course.
It includes the file generate_timeseries.py from Rubanova’s implementation of the paper Latent ODEs for Irregularly-Sampled Time Series with two minor modifications:
-
commented out the unnecessary line
import lib.utils as utils
-
commented out all the matplotlib stuff
The package is not in PyPI but this should do
pip install git+https://github.com/manuvazquez/uc3m_ml_healthcare@main