mirror of
https://github.com/andre-wojtowicz/uci-ml-to-r.git
synced 2024-11-24 16:05:28 +01:00
updated readme
This commit is contained in:
parent
982b3b6f9d
commit
96c1bf1411
17
README.md
17
README.md
@ -3,7 +3,22 @@ Andrzej Wójtowicz
|
||||
|
||||
|
||||
|
||||
Document generation date: 2016-07-17 02:31:21.
|
||||
Document generation date: 2016-07-17 02:59:19.
|
||||
|
||||
This project preprocesses a few datasets from [UC Irvine Machine Learning
|
||||
Repository](https://archive.ics.uci.edu/ml/) into tidy R object files.
|
||||
It focuses on the binary classification datasets and saves only complete cases
|
||||
within a dataset.
|
||||
|
||||
**R software**: [Microsoft R Open](https://mran.microsoft.com/open/) (3.2.5)
|
||||
|
||||
**Reproducibility library**: [checkpoint](https://github.com/RevolutionAnalytics/checkpoint)
|
||||
|
||||
**Reproducibility procedure**:
|
||||
|
||||
1. Run *s1-download-data.R* to download original datasets.
|
||||
2. Run *s2-preprocess-data.R* to preprocess the datasets.
|
||||
3. Optionally knit s*3-make-readme.Rmd* to get an overview of the preprocessed datasets.
|
||||
|
||||
|
||||
# Table of Contents
|
||||
|
@ -13,6 +13,21 @@ source('init.R')
|
||||
|
||||
Document generation date: `r Sys.time()`.
|
||||
|
||||
This project preprocesses a few datasets from [UC Irvine Machine Learning
|
||||
Repository](https://archive.ics.uci.edu/ml/) into tidy R object files.
|
||||
It focuses on the binary classification datasets and saves only complete cases
|
||||
within a dataset.
|
||||
|
||||
**R software**: [Microsoft R Open](https://mran.microsoft.com/open/) (`r paste0(R.version$major, ".", R.version$minor)`)
|
||||
|
||||
**Reproducibility library**: [checkpoint](https://github.com/RevolutionAnalytics/checkpoint)
|
||||
|
||||
**Reproducibility procedure**:
|
||||
|
||||
1. Run *s1-download-data.R* to download original datasets.
|
||||
2. Run *s2-preprocess-data.R* to preprocess the datasets.
|
||||
3. Optionally knit s*3-make-readme.Rmd* to get an overview of the preprocessed datasets.
|
||||
|
||||
```{r show-datasets, results='asis'}
|
||||
|
||||
cat("\n# Table of Contents\n\n")
|
||||
|
Loading…
Reference in New Issue
Block a user