diff --git a/experiments_src/README.md b/experiments_src/README.md new file mode 100644 index 0000000..4553eab --- /dev/null +++ b/experiments_src/README.md @@ -0,0 +1,11 @@ +# Source Code for the Experiments Related to Preprint Paper Submission + +This directory contains the source code for the experiments related to the preprint paper submission. +Baseline models and FPBoost are implemented and trained in the `src.ipynb` notebook. +The dataset files used in the experiments are stored in the `utils/datasets` directory. + +## :books: Citation + +``` +TODO +``` diff --git a/experiments_src/src.ipynb b/experiments_src/src.ipynb index f62d4c2..b3d97ba 100644 --- a/experiments_src/src.ipynb +++ b/experiments_src/src.ipynb @@ -6,7 +6,7 @@ "source": [ "# FPBoost: Fully Parametric Gradient Boosting for Survival Analysis\n", "\n", - "Source code of the paper \"FPBoost: Fully Parametric Gradient Boosting for Survival Analysis\" for AAAI 2025." + "Source code of the preprint paper \"FPBoost: Fully Parametric Gradient Boosting for Survival Analysis\"." ] }, {