SnowHawkeye / disease-prediction

Repository for experiments on disease prediction
MIT License
0 stars 0 forks source link

[PROJECT] Disease prediction using MIPHA #6

Open SnowHawkeye opened 3 months ago

SnowHawkeye commented 3 months ago

Problem Statement

The purpose of this research project is to predict diseases using several sources of data, such as laboratory tests and ECGs. The model should be flexible and modular, so that its parts can be reused even when all data sources are not available.

The experiments conducted to reach this goal will rely on the MIPHA framework. Its main features are as follows:

The framework allows for easy implementation and integration. By offering a structure and conventions, it reduces the amount of code that needs to be rewritten from scratch. It opens up a transdisciplinary avenue of research for collaborative, open-source predictive medicine (similarly to what exists with image prediction).

In the future, the framework's modular approach could even allow for improved explainability.

Desired Outcome

Empirically demonstrate the value of the MIPHA framework for disease prediction. We want to answer the following questions:

Current State

Currently, our models are able to predict stage 4/5 chronic kidney disease up to a year prior using a year of biological history. We have identified the following possible improvements:

Diseases studied

Success Criteria

Impact

The model should allow for faster iterations in research, and increase the overall performance of disease prediction models.

The model's high transferability and flexibility would also open perspectives for open-source, collaborative machine learning models for healthcare.

Metrics

Research should also be conducted on measuring the transferrability of models.

Constraints

[None]

Solution Architecture

Solution Architecture Description

Data Requirements

Datasets

Understanding and Exploration

Approaches and Experiments

Future improvements

See Also

Background Info

Related Projects