Skip to content

Commit 3c86433

Browse files
committed
Initial commit
0 parents  commit 3c86433

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.gitignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# History files
2+
.Rhistory
3+
.Rapp.history
4+
5+
# Session Data files
6+
.RData
7+
8+
# Example code in package build process
9+
*-Ex.R
10+
11+
# Output files from R CMD build
12+
/*.tar.gz
13+
14+
# Output files from R CMD check
15+
/*.Rcheck/
16+
17+
# RStudio files
18+
.Rproj.user/
19+
20+
# produced vignettes
21+
vignettes/*.html
22+
vignettes/*.pdf
23+
24+
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
25+
.httr-oauth
26+
27+
# knitr and R markdown default cache directories
28+
/*_cache/
29+
/cache/
30+
31+
# Temporary files created by R markdown
32+
*.utf8.md
33+
*.knit.md

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# ROC-curves
2+
ROC curves for all the models

0 commit comments

Comments
 (0)