gnu: r-boruta: Fix indentation and description.
* gnu/packages/statistics.scm (r-boruta)[description]: Fix indentation, add line breaks, and complete the first sentence fragment.master
parent
62648f4ae3
commit
6c9834f59f
|
@ -5919,8 +5919,10 @@ various statistical analysis programs such as R, Julia, and JAGS.")
|
|||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-ranger" ,r-ranger)))
|
||||
(home-page "https://gitlab.com/mbq/Boruta/")
|
||||
(synopsis
|
||||
"Wrapper Algorithm for All Relevant Feature Selection")
|
||||
(synopsis "Wrapper algorithm for all relevant feature selection")
|
||||
(description
|
||||
"An all relevant feature selection wrapper algorithm. It finds relevant features by comparing original attributes' importance with importance achievable at random, estimated using their permuted copies (shadows).")
|
||||
"This package provides an all relevant feature selection wrapper
|
||||
algorithm. It finds relevant features by comparing original attributes'
|
||||
importance with importance achievable at random, estimated using their
|
||||
permuted copies (shadows).")
|
||||
(license license:gpl2+)))
|
||||
|
|
Reference in New Issue