Skip to content

Commit

Permalink
Update source code and README for preprint paper submission
Browse files Browse the repository at this point in the history
  • Loading branch information
archettialberto committed Aug 29, 2024
1 parent cfe37b7 commit 285ab19
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions experiments_src/README.md
Original file line number Diff line number Diff line change
@@ -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
```
2 changes: 1 addition & 1 deletion experiments_src/src.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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\"."
]
},
{
Expand Down

0 comments on commit 285ab19

Please sign in to comment.