From patchwork Thu Dec 31 12:53:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Wiktor_=C5=BBelazny?= X-Patchwork-Id: 26125 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 21F5A27BC06; Thu, 31 Dec 2020 12:55:09 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id A1A4627BC05 for ; Thu, 31 Dec 2020 12:55:08 +0000 (GMT) Received: from localhost ([::1]:38030 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuxTv-0000fa-Se for patchwork@mira.cbaines.net; Thu, 31 Dec 2020 07:55:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53806) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kuxTq-0000fF-FA for guix-patches@gnu.org; Thu, 31 Dec 2020 07:55:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55645) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kuxTq-0006T7-7l for guix-patches@gnu.org; Thu, 31 Dec 2020 07:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kuxTq-0003vW-6n for guix-patches@gnu.org; Thu, 31 Dec 2020 07:55:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45565] [PATCH 1/2] gnu: Add r-mlr3pipelines. References: <20201231124608.1090-1-wz@freeshell.de> In-Reply-To: <20201231124608.1090-1-wz@freeshell.de> Resent-From: Wiktor =?utf-8?q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 31 Dec 2020 12:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45565 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 45565@debbugs.gnu.org Received: via spool by 45565-submit@debbugs.gnu.org id=B45565.160941924414990 (code B ref 45565); Thu, 31 Dec 2020 12:55:02 +0000 Received: (at 45565) by debbugs.gnu.org; 31 Dec 2020 12:54:04 +0000 Received: from localhost ([127.0.0.1]:38949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kuxSu-0003th-BM for submit@debbugs.gnu.org; Thu, 31 Dec 2020 07:54:04 -0500 Received: from freeshell.de ([94.247.40.156]:60630 ident=postfix) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kuxSl-0003sl-9M for 45565@debbugs.gnu.org; Thu, 31 Dec 2020 07:54:02 -0500 Received: from localhost.localdomain (cst-prg-9-209.cust.vodafone.cz [46.135.9.209]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id CF3EC35CE901 for <45565@debbugs.gnu.org>; Thu, 31 Dec 2020 13:53:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freeshell.de; s=mail; t=1609419233; bh=Glb26kdDJWWQyyGdc4AtVQDG4S+I2dWbZ+MlGYo5/XQ=; h=From:To:Subject:Date:From; b=P+kt3hz20l0V8QQmUb7LfjJFHla0H2g8YTbCZJWrnjAlN068Yg1cyRIr8wF0keGUC uvii23DoQEyur/XDJhlQnYQ4ZrVt9XWjdPB3ggg+OuGspF2i6BlMbeDeRjNGeoQhV4 H9+4RoaYRw3fWwohA+22gZEcKvo1PNL7py/UycKE= From: Wiktor =?utf-8?q?=C5=BBelazny?= Date: Thu, 31 Dec 2020 13:53:40 +0100 Message-Id: <20201231125341.1287-1-wz@freeshell.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/cran.scm (r-mlr3pipelines): New variable. --- gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 40f8e82c34..0837ddaf87 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -25575,3 +25575,34 @@ tuning, e.g. Grid Search, Random Search, or Simulated Annealing. Various termination criteria can be set and combined. The class @code{AutoTuner} provides a convenient way to perform nested resampling in combination with @code{mlr3}.") (license license:lgpl3))) + +(define-public r-mlr3pipelines + (package + (name "r-mlr3pipelines") + (version "0.3.2") + (source (origin + (method url-fetch) + (uri (cran-uri "mlr3pipelines" version)) + (sha256 + (base32 + "1x738b312mcvb0dif88sv4nlh3y6i47q0wagc5ggyh1hnqjiz71y")))) + (build-system r-build-system) + (propagated-inputs + `(("r-backports" ,r-backports) + ("r-checkmate" ,r-checkmate) + ("r-data-table" ,r-data-table) + ("r-digest" ,r-digest) + ("r-lgr" ,r-lgr) + ("r-mlr3" ,r-mlr3) + ("r-mlr3misc" ,r-mlr3misc) + ("r-paradox" ,r-paradox) + ("r-r6" ,r-r6) + ("r-withr" ,r-withr))) + (home-page "https://mlr3pipelines.mlr-org.com/") + (synopsis "Preprocessing Operators and Pipelines for @code{mlr3}") + (description "@code{mlr3pipelines} enriches @code{mlr3} with a diverse +set of pipelining operators (PipeOps) that can be composed into graphs. +Operations exist for data preprocessing, model fitting, and ensemble learning. +Graphs can themselves be treated as @code{mlr3} Learners and can therefore be +resampled, benchmarked, and tuned.") + (license license:lgpl3)))