Last updated: 2019-08-31

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/Benchmark for Filter Methods for Feature Selection in High-Dimensional  Classification Data.pdf
    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:  .drake_history/

Unstaged changes:
    Modified:   _drake.R
    Modified:   analysis/eval-performance.Rmd
    Modified:   code/05-modeling/paper/tune-wrapper.R
    Modified:   code/06-benchmark-matrix.R
    Modified:   code/061-aggregate.R
    Modified:   code/98-paper/ieee/pdf/correlation-filter-nri-1.pdf
    Modified:   code/98-paper/ieee/pdf/correlation-nbins-1.pdf
    Modified:   code/98-paper/journal/defoliation-distribution-plot-1.pdf
    Modified:   code/move-figures.R
    Modified:   docs/figure/eda.Rmd/defoliation-distribution-plot-1.pdf
    Modified:   docs/figure/eval-performance.Rmd/performance-results-1.pdf
    Modified:   docs/figure/filter-correlation.Rmd/correlation-filter-nri-1.pdf
    Modified:   docs/figure/filter-correlation.Rmd/correlation-nbins-1.pdf
    Deleted:    docs/figure/spectral-signatures.Rmd/spectral-signatures-1.pdf

Staged changes:
    Modified:   analysis/response-normality.Rmd

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 a60e7c8 pat-s 2019-08-05 Build site.
html df85aba pat-s 2019-07-12 Build site.
html 3a44a95 pat-s 2019-07-10 Build site.
html f9a6b28 pat-s 2019-07-02 Build site.
Rmd 24e318f pat-s 2019-07-01 update reports
html 92f0b18 pat-s 2019-07-01 Build site.
Rmd 79ca1d4 pat-s 2019-07-01 wflow_publish(knitr_in(“analysis/spectral-signatures.Rmd”), view =
html 69efa50 pat-s 2019-07-01 Build site.
Rmd 7fb605b pat-s 2019-07-01 workflowr::wflow_publish(“analysis/spectral-signatures.Rmd”)
html db3955e pat-s 2019-06-27 Build site.
html d0974a5 pat-s 2019-06-23 Build site.
Rmd 8311452 pat-s 2019-06-21 fix spectral-signatures.Rmd
html a9d5e4e pat-s 2019-06-19 Build site.
Rmd f56d366 pat-s 2019-06-19 wflow_publish(knitr_in(“analysis/spectral-signatures.Rmd”), view =
html 41284e3 pat-s 2019-06-19 Build site.
Rmd a9ac06f pat-s 2019-06-19 wflow_publish(knitr_in(“analysis/spectral-signatures.Rmd”), view =
Rmd 3909d69 pat-s 2019-06-15 Merge branch ‘master’ of github.com:pat-s/2019-feature-selection
html 42090d4 pat-s 2019-06-15 Build site.
Rmd 550cbd8 pat-s 2019-06-15 add spectral signatures report

Spectral signatures of plots

Spectral signatures for plots

  • Laukiz 1
  • Laukiz 2
  • Luiando
  • Oiartzun

for the wavelength range of 400 nm - 1000 nm. Values represent the mean reflectance of all observations at the respective wavelength.

Version Author Date
69efa50 pat-s 2019-07-01
null device 
          1 

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] here_0.1         fs_1.2.6         dplyr_0.8.0.1    purrr_0.3.0     
 [5] magrittr_1.5     cowplot_0.9.2    hsdar_0.5.2      caret_6.0-81    
 [9] ggplot2_3.1.0    lattice_0.20-38  signal_0.7-6     rootSolve_1.7   
[13] rgdal_1.4-4      raster_2.8-4     sp_1.3-1         tidyselect_0.2.5

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.0         lubridate_1.7.4    txtq_0.1.4        
 [4] class_7.3-15       assertthat_0.2.0   rprojroot_1.3-2   
 [7] digest_0.6.18      ipred_0.9-8        foreach_1.4.4     
[10] R6_2.4.0           plyr_1.8.4         backports_1.1.3   
[13] stats4_3.5.2       drake_7.5.2        evaluate_0.13     
[16] pillar_1.3.1       rlang_0.3.4        lazyeval_0.2.1    
[19] data.table_1.12.0  whisker_0.3-2      R.utils_2.8.0     
[22] R.oo_1.22.0        rpart_4.1-13       Matrix_1.2-15     
[25] rmarkdown_1.13     splines_3.5.2      gower_0.1.2       
[28] stringr_1.4.0      igraph_1.2.4       munsell_0.5.0     
[31] compiler_3.5.2     xfun_0.5           pkgconfig_2.0.2   
[34] htmltools_0.3.6    nnet_7.3-12        prodlim_2018.04.18
[37] tibble_2.0.1       workflowr_1.4.0    codetools_0.2-16  
[40] crayon_1.3.4       withr_2.1.2        MASS_7.3-51.1     
[43] recipes_0.1.4      R.methodsS3_1.7.1  ModelMetrics_1.2.2
[46] grid_3.5.2         nlme_3.1-137       gtable_0.2.0      
[49] git2r_0.24.0       storr_1.2.1        scales_1.0.0      
[52] cli_1.1.0          stringi_1.3.1      reshape2_1.4.3    
[55] timeDate_3043.102  filelock_1.0.2     generics_0.0.2    
[58] lava_1.6.5         iterators_1.0.10   tools_3.5.2       
[61] glue_1.3.0         survival_2.43-3    yaml_2.2.0        
[64] colorspace_1.4-0   base64url_1.4      knitr_1.23