From: Kei Kebreau <kei@openmailbox.org>
To: Raoul Bonnal <ilpuccio.febo@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add r-randomforest.
Date: Fri, 03 Feb 2017 14:14:00 -0500 [thread overview]
Message-ID: <877f57jddz.fsf@openmailbox.org> (raw)
In-Reply-To: <20170203185000.13957-1-ilpuccio.febo@gmail.com> (Raoul Bonnal's message of "Fri, 3 Feb 2017 19:50:00 +0100")
[-- Attachment #1: Type: text/plain, Size: 2015 bytes --]
Raoul Bonnal <ilpuccio.febo@gmail.com> writes:
> From: Raoul Jean Pierre Bonnal <ilpuccio.febo@gmail.com>
>
> * gnu/packages/statistics.scm (r-randomforest): New variable.
> ---
> gnu/packages/statistics.scm | 24 +++++++++++++++++++++++-
> 1 file changed, 23 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
> index 596c2baf5..80f0b99b8 100644
> --- a/gnu/packages/statistics.scm
> +++ b/gnu/packages/statistics.scm
> @@ -6,7 +6,7 @@
> ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
> ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
> ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
> -;;; Copyright © 2016 Raoul Bonnal <ilpuccio.febo@gmail.com>
> +;;; Copyright © 2016, 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -4145,3 +4145,25 @@ regression.")
> perform @dfn{independent component analysis} (ICA) and projection pursuit.")
> ;; Any GPL version.
> (license license:gpl3+)))
> +
> +(define-public r-randomforest
> + (package
> + (name "r-randomforest")
> + (version "4.6-12")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (cran-uri "randomForest" version))
> + (sha256
> + (base32
> + "1i43idaihhl6nwqw42v9dqpl6f8z3ykcn2in32lh2755i27jylbf"))))
> + (properties `((upstream-name . "randomForest")))
> + (build-system r-build-system)
> + (home-page "https://www.stat.berkeley.edu/~breiman/RandomForests/")
> + (native-inputs
> + `(("gfortran" ,gfortran)))
> + (synopsis "Breiman and Cutler's random forests for classification and regression")
> + (description
> +"This package provides the Breiman and Cutler's random forests algorithm, based on a
> +forest of trees using random inputs, for classification and regression.")
> + (license license:gpl2+)))
Thanks! Pushed to master as 37337699d7d6069ccd38aae6cc25bdbf4a6e56fc.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2017-02-03 19:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-03 7:55 [PATCH] gnu: Add r-randomforest Raoul Bonnal
2017-02-03 17:36 ` Kei Kebreau
2017-02-03 18:50 ` Raoul Bonnal
2017-02-03 19:14 ` Kei Kebreau [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-12 16:44 Ra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877f57jddz.fsf@openmailbox.org \
--to=kei@openmailbox.org \
--cc=guix-devel@gnu.org \
--cc=ilpuccio.febo@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.