From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40838) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFzst-0006Lk-BY for guix-patches@gnu.org; Thu, 03 Oct 2019 08:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFzss-0003Ej-EI for guix-patches@gnu.org; Thu, 03 Oct 2019 08:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58250) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFzss-0003Ee-B3 for guix-patches@gnu.org; Thu, 03 Oct 2019 08:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFzss-00010M-3H for guix-patches@gnu.org; Thu, 03 Oct 2019 08:07:02 -0400 Subject: [bug#37597] [PATCH 0/4] gnu: Add cl-random-forest. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:40721) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFzsE-0005Rj-Qg for guix-patches@gnu.org; Thu, 03 Oct 2019 08:06:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFzs9-0002ob-MR for guix-patches@gnu.org; Thu, 03 Oct 2019 08:06:22 -0400 Received: from mout01.posteo.de ([185.67.36.65]:54575) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iFzs9-0002nc-6F for guix-patches@gnu.org; Thu, 03 Oct 2019 08:06:17 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id DBFC816005E for ; Thu, 3 Oct 2019 14:06:14 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46kWts5m8pz6tmR for ; Thu, 3 Oct 2019 14:06:13 +0200 (CEST) From: Guillaume Le Vaillant Date: Thu, 03 Oct 2019 14:06:12 +0200 Message-ID: <874l0qrq2z.fsf@yamatai> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37597@debbugs.gnu.org This patch series adds the cl-random-forest Common Lisp machine learning library.