Last updated: 2019-07-12

Checks: 7 0

Knit directory: 2019-feature-selection/

This reproducible R Markdown analysis was created with workflowr (version 1.4.0). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.

The command set.seed(20190522) was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.

Great job! Recording the operating system, R version, and package versions is critical for reproducibility.

Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.

Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility. The version displayed above was the version of the Git repository at the time these results were generated.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    .Ruserdata/
    Ignored:    .drake/
    Ignored:    analysis/rosm.cache/
    Ignored:    data/
    Ignored:    inst/study-area-map/study-area.qgs~
    Ignored:    log/
    Ignored:    packrat/lib-R/
    Ignored:    packrat/lib-ext/
    Ignored:    packrat/lib/
    Ignored:    reviews/
    Ignored:    rosm.cache/
    Ignored:    tests/

Untracked files:
    Untracked:  inst/Benchmark for Filter Methods for Feature Selection in High-Dimensional  Classification Data.pdf

Unstaged changes:
    Modified:   code/98-paper/journal/defoliation-distribution-plot-1.pdf
    Modified:   docs/figure/eda.Rmd/defoliation-distribution-plot-1.pdf
    Deleted:    docs/figure/filter-correlation.Rmd/correlation-filter-nri-1.pdf
    Deleted:    docs/figure/filter-correlation.Rmd/correlation-nbins-1.pdf

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the R Markdown and HTML files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view them.

File Version Author Date Message
html 3a44a95 pat-s 2019-07-10 Build site.
html 869c409 pat-s 2019-07-02 Build site.
Rmd 24e318f pat-s 2019-07-01 update reports
html 09f6292 pat-s 2019-06-30 Build site.
Rmd 824677a pat-s 2019-06-30 workflowr::wflow_publish(“analysis/filter-correlation.Rmd”)
Rmd aff143c pat-s 2019-06-28 export filter-correlation images
html e81f421 pat-s 2019-06-27 Build site.
Rmd 644b1d8 pat-s 2019-06-27 wflow_publish(knitr_in(“analysis/filter-correlation.Rmd”), view =
html 36d883b pat-s 2019-06-27 Build site.
Rmd 92a8a9d pat-s 2019-06-27 wflow_publish(knitr_in(“analysis/filter-correlation.Rmd”), view =
html db3955e pat-s 2019-06-27 Build site.
Rmd ca7205f pat-s 2019-06-27 add new report
html 2a058f1 pat-s 2019-06-26 Build site.
Rmd acfd762 pat-s 2019-06-26 wflow_publish(knitr_in(“analysis/filter-correlation.Rmd”), view =

Correlation of filter methods

Spearman’s rank correlation is used because rankings are compared.

VI

Filter methods amongst each other

Version Author Date
869c409 pat-s 2019-07-02
09f6292 pat-s 2019-06-30

Number of bins of FSelectorRcpp::information.gain()

Version Author Date
09f6292 pat-s 2019-06-30

NRI

Version Author Date
3a44a95 pat-s 2019-07-10
869c409 pat-s 2019-07-02

HR

Version Author Date
869c409 pat-s 2019-07-02
09f6292 pat-s 2019-06-30

R version 3.5.2 (2018-12-20)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)

Matrix products: default
BLAS: /opt/R/3.5.2/lib64/R/lib/libRblas.so
LAPACK: /usr/lib64/libopenblaso-r0.3.3.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] tidyselect_0.2.5 fs_1.2.6         glue_1.3.0       purrr_0.3.0     
[5] ggcorrplot_0.1.3 ggplot2_3.1.0    tidyr_0.8.2      dplyr_0.8.0.1   

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.0        pillar_1.3.1      compiler_3.5.2   
 [4] git2r_0.24.0      plyr_1.8.4        workflowr_1.4.0  
 [7] R.methodsS3_1.7.1 R.utils_2.8.0     tools_3.5.2      
[10] digest_0.6.18     evaluate_0.13     tibble_2.0.1     
[13] gtable_0.2.0      pkgconfig_2.0.2   rlang_0.3.4      
[16] igraph_1.2.4      cli_1.1.0         yaml_2.2.0       
[19] xfun_0.5          storr_1.2.1       withr_2.1.2      
[22] stringr_1.4.0     knitr_1.23        rprojroot_1.3-2  
[25] grid_3.5.2        drake_7.4.0.9000  R6_2.4.0         
[28] base64url_1.4     rmarkdown_1.13    reshape2_1.4.3   
[31] magrittr_1.5      whisker_0.3-2     backports_1.1.3  
[34] scales_1.0.0      htmltools_0.3.6   assertthat_0.2.0 
[37] colorspace_1.4-0  labeling_0.3      stringi_1.3.1    
[40] lazyeval_0.2.1    munsell_0.5.0     crayon_1.3.4     
[43] R.oo_1.22.0