forked from acohenstat/STA6257_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.qmd
45 lines (32 loc) · 1.25 KB
/
about.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: Predicting Survival of Intensive Care Unit Paitents with Support Vector Machines
date: last-modified
format:
html:
code-fold: TRUE
bibliography: references.bib
nocite: |
@*
---
# Authors
## Brad Lipson
## Eric Miller
## Josh Hollandsworth
# Guide to running
## Warnings and Caveats
We used `easy packages` to install packages. as part of this it will run the install from everything in `pkgs.r`. As such, running a render or a preview will attempt to install any packages without prompting you to agree to installing them. We have hardcoded the repo for cran in the package installer but if thats compremised the auto install could cause security concerns.
## Rendering the page
For best results, run `quarto render --cache` as this takes a long time to render the visualizations and build and tune the model.
You will need to install the following ***system*** libraries in order for the r code to work properly
* libgit2
* libharfbuzz-dev (debian, ubuntu, etc)
* harfbuzz-devel(fedora, EPEL)
* libfribidi-dev (debian, ubuntu, etc)
* fribidi-devl (fedora, EPEL)
libv8 or libnode-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libcurl4-openssl-dev
# Complete References
::: {#refs}
:::