gnu: shogun: Fix grammar of "allows to combine" to "combines".

* gnu/packages/machine-learning (shogun): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 13:28:22 -07:00
parent bf05272459
commit cc24c4cb12
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -570,8 +570,8 @@ (define (delete-ifdefs file)
(synopsis "Machine learning toolbox")
(description
"The Shogun Machine learning toolbox provides a wide range of unified and
efficient Machine Learning (ML) methods. The toolbox seamlessly allows to
combine multiple data representations, algorithm classes, and general purpose
efficient Machine Learning (ML) methods. The toolbox seamlessly
combines multiple data representations, algorithm classes, and general purpose
tools. This enables both rapid prototyping of data pipelines and extensibility
in terms of new algorithms.")
(license license:gpl3+)))