Skip to content

WiInfFelix/thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comparative Analysis of Large Language Models (LLM) and Natural Language Processing (NLP) Techniques to Enhance Data Processing for Improving Machine-Learning-Based Length-of-Stay Predictions

This is the code repository to the masters thesis of the same name. It contains python notebooks that were used to conduct the comparison, the analysis and all graphs in the thesis.

Folders

The folders contain the notebooks for the following tasks:

  • raw_data: Contains a notebook with analysis of the raw data from the MIMIC dataset
  • analysis: Contains notebooks that analyze the results of the experiments
  • text_processing: Processes the text for the experiment using the different techniques
  • training: Contains the training pipelines for the different experiments

How to use

To be able to run the notebooks, you need to have access to the MIMIC dataset. The dataset is not included in this repository. You can request access to the dataset at https: Physionet MIMIC-IV + Physionet MIMIC-IV-ED. Access is credentialed and needs the user to provide a certificate of their training in the handling of human subject data.

The notebooks are meant to be run in order. The notebooks in the text_processing folder should be run first, followed by the notebooks in the training folder, then the notebooks in the analysis folder. Not all of the contained notebooks are used in the thesis. Some are used for testing, experimenting or debugging.

To run the notebooks, install the necessary packages with pip install -r requirements.txt.

[!IMPORTANT] Not all input and output folders are created by git. Output folders for images need to be manually created.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors