Recent Releases of patientflow
patientflow - Fix cumsum error
In predict.emergencydemand.py the createpredictions() function this line (and same below) incorrectly passes a cumulative sum of probabilities to the findprobabilitythreshold_index(). This is now fixed
- Jupyter Notebook
Published by zmek 7 months ago
patientflow - v1.0.4 Fix observed v expected scaling
Merge pull request #94 from UCL-CORU/fix-notebook-errors
Fixes scaling in plot_deltas function, and fixes notebook errors
- Jupyter Notebook
Published by zmek 8 months ago
patientflow - v1.0.2
Create new release due to last release being corrupted due to malformed tag
- Jupyter Notebook
Published by zmek 8 months ago
patientflow - v1.0.1
Trigger Zenodo to create a DOI for each new release. Add workflow to generate JOSS paper automatically
- Jupyter Notebook
Published by zmek 8 months ago
patientflow - v1.0.0
Non-backward compatible changes including:
- Timedelta enforced
Require timedelta for prediction windows to avoid mismatch of units between prediction window and elapsed length of stay Require elapsed_los column in dataframes that as passed to functions that use prediction window, of type timedelta
- Rename custom predictors to reflect the underlying logic
SequencePredictor becomes SequenceToOutcomePredictor SingleInputPredictor becomes ValueToOutcomePredictor WeightedPoissonPredictor becomes ParametricIncomingAdmissionPredictor SurvivalCurvePredictor becomes EmpiricalIncomingAdmissionPredictor
Standardise naming of visualisation modules
These changes are applied on top of changes implemented for Sahlgrenka University Hospital
- Jupyter Notebook
Published by zmek 8 months ago
patientflow - v0.4.4
Fixes dependency problem when installing with uv. Installation fails due to package llvmlite Move dependencies list to pyproject.toml and delete requirements.txt. Require manual install of shap in notebooks.
- Jupyter Notebook
Published by zmek 8 months ago
patientflow - v0.4.3
Upgrade to Python 3.13. Make viz plots consistent in options to return plot and/or save to media directory Make notebooks consistent in how multiple trained models are saved and passed to plot functions
- Jupyter Notebook
Published by zmek 9 months ago
patientflow - v0.3.2 Release with Github workflow
- Jupyter Notebook
Published by zmek 11 months ago
patientflow - v0.3.1 Release using Github workflow
- Jupyter Notebook
Published by zmek 11 months ago