Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mthroolin committed Oct 15, 2024
1 parent b1b0e61 commit 2867649
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
29 changes: 25 additions & 4 deletions report.qmd
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
---
format: pdf
author: John Doe
title: My fancy presentation
author: Michael Throolin
title: My fancy report on FIDDLE
subtitle: For PHS 7045
---

# Section 1

## Sub-section 1
## Introduction

FIDDLE stands for a "**F**lex**i**ble **D**ata-**D**riven Preprocessing Pipe**l**in**e**." This acronym is a bit of a stretch, but it is a useful tool for preprocessing data to obtain features for machine learning algorithms.

The FIDDLE algorithm has been developed in Python [link to the github repo](https://github.com/MLD3/FIDDLE), but I would like to implement it in R for the purposes of this class final project.


## Description of the solution plan


## Preliminary results

```{r}
#| label: some-code
library(MASS)
```
```

## Citations:

@article{FIDDLE,
author = {Tang, Shengpu and Davarmanesh, Parmida and Song, Yanmeng and Koutra, Danai and Sjoding, Michael W and Wiens, Jenna},
title = "{Democratizing EHR analyses with FIDDLE: a flexible data-driven preprocessing pipeline for structured clinical data}",
journal = {Journal of the American Medical Informatics Association},
year = {2020},
month = {10},
doi = {10.1093/jamia/ocaa139},
}
3 changes: 1 addition & 2 deletions slides.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: My fancy presentation
subtitle: For PHS 7045
author: John Doe
author: Michael Throolin
format: revealjs
embed-resources: true
---
Expand All @@ -14,6 +14,5 @@ embed-resources: true
```{r}
#| label: some-code
library(MASS)
library(epiworldR)
```

0 comments on commit 2867649

Please sign in to comment.