Skip to content

Releases: AlexOlza/estratificacion

v1.0.0

03 Aug 11:06
b0c6a8b
Compare
Choose a tag to compare

Development and validation of predictive models for unplanned hospitalisation in the Basque Country: Analyzing the variability of non-deterministic algorithms

This release generates the results for the accompanying article.

The population in most developed countries is ageing, which entails growing healthcare needs. Population-wide predictive models are crucial to address this challenge and shift the healthcare system towards preventive intervention. For this reason, we predict the probability of unplanned hospitalization in the Basque Country and identify risk groups using several techniques. When dealing with non-deterministic algorithms, comparing a single model per technique is not enough to choose the best approach. Thus, we evaluate the median performance and variability of three families of models to be able to make an informed decision.

With this in mind, we achieve a double objective:

  • Building predictive models for our specific application (unplanned hospitalisation in the Basque Country)
  • Illustrating the need for a variability analysis in the comparison of non-deterministic algorithms

v1.1.0-alpha

31 May 09:44
Compare
Choose a tag to compare
v1.1.0-alpha Pre-release
Pre-release

First release

Prepares experiments with objective criteria that define unplanned hospitalizations:

  • The events related to birth/delivery and traumatic injuries are not considered unplanned hospitalizations, even if they are administratively coded as such. This is because our project aims to identify patients at risk who are susceptible to benefit from intervention. The inpatient stays at day hospitals are also excluded. There is room for debate about all this, but we have opted for this definition of "unplanned hospitalization". In our data manipulation routines, this is coded as exclude=['nbinj','hdia'].

  • We define unplanned hospitalizations following the guidelines of the CMS algorithm, instead of Osakidetza's administrative criteria, which is harder to explain formally. In our data manipulation routines, this is coded as columns='urgcms'.

Not ready

  • Everything related to CCSs. Changes in generateCCS are expected.
  • Everything related to explainability of neural networks
  • The hyperparameter search space for neural networks will change in the future as the project develops. This release contains the space used for the manuscript.

What's Changed

Full Changelog: https://github.com/AlexOlza/estratificacion/commits/v1.0.0-alpha