From dev-return-30197-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Jan 18 11:32:08 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 2AD8E180654 for ; Thu, 18 Jan 2018 11:32:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1AFE5160C36; Thu, 18 Jan 2018 10:32:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 61761160C2B for ; Thu, 18 Jan 2018 11:32:07 +0100 (CET) Received: (qmail 46415 invoked by uid 500); 18 Jan 2018 10:32:06 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 46404 invoked by uid 99); 18 Jan 2018 10:32:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jan 2018 10:32:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 020D6DFBAA; Thu, 18 Jan 2018 10:32:06 +0000 (UTC) From: zaleslaw To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3399: IGNITE-7316: Make Linear SVM for binary classific... Content-Type: text/plain Date: Thu, 18 Jan 2018 10:32:06 +0000 (UTC) GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/3399 IGNITE-7316: Make Linear SVM for binary classification 1. Fixed bugs in LabeledDatasets 2. Added SVM Model 3. Added SVM Trainer based on SDCA algorithm 4. Added tests for distributed and local versions You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7316 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3399.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3399 ---- commit 7d22bcd33fcea3a7588c46368b5289d5b306db7f Author: Zinoviev Alexey Date: 2017-12-07T11:01:43Z Merge from master commit 84cbd8b380772ce773790b18066c86b663b1af27 Author: Zinoviev Alexey Date: 2017-12-13T10:36:56Z Merge branch 'master' of https://github.com/apache/ignite commit b58db6a44be3c625174c1d89c577240771d1bfb4 Author: Zinoviev Alexey Date: 2017-12-26T16:37:24Z Merged from master commit c050cf6e9ad052ca2d5d15b035da9536eab5ba80 Author: Zinoviev Alexey Date: 2017-12-26T19:06:24Z IGNITE-7205: Added draft commit 6506cf1d0e3bdf50125004494d075d81b863a0a2 Author: Zinoviev Alexey Date: 2017-12-27T08:06:30Z IGNITE-7205: Fixed classes commit 427743e0ad8ab1cbbc2a45d3e2b032a6b66c5632 Author: Zinoviev Alexey Date: 2017-12-27T14:19:10Z IGNITE-7205: Refactored Labeled Dataset commit 1f4792fe2a4cfddbee5390b4e79d74f1cf74585e Author: Zinoviev Alexey Date: 2017-12-27T14:57:49Z IGNITE-7205: Fixed serialization issue commit de3996fabe7d77795517c07d43ec1a631494209a Author: Zinoviev Alexey Date: 2017-12-27T17:20:24Z IGNITE-7205: Added Labelling Machine for group prediction commit 7ad09a115105ab31ef7caecf83b6466df9f102bb Author: Yury Babak Date: 2017-12-28T11:49:10Z IGNITE-7205: Dataset API codestyle fixes commit 26f878d13f16e07b8e0b939545e504700e581f6a Author: zaleslaw Date: 2017-12-28T12:24:41Z IGNITE-7205: Fixed externalization commit 9e0d060f0a2d4b86c473a6e48817be8693ad0465 Author: zaleslaw Date: 2017-12-28T12:50:13Z IGNITE-7205: Fixed bugs commit 0acd8f82df090da5c5216bdb400d09fc77b25c79 Author: zaleslaw Date: 2017-12-28T16:47:32Z Initial commit commit f68785c2296ba414a89e4399c8fbece544cd18e2 Author: Zinoviev Alexey Date: 2018-01-10T13:59:30Z Merge branch 'master' of https://github.com/apache/ignite commit 612d713283b1e96274b3ec73a71310bb72da9cab Author: Zinoviev Alexey Date: 2018-01-10T14:35:20Z Merge from master commit 731dfc5c2c8b0f11fca68088661e62d53ae92ea4 Author: Zinoviev Alexey Date: 2018-01-10T20:51:31Z Added naive implementation commit ed459bf97d25a9ec4276f4303724f760cf34d67e Author: zaleslaw Date: 2018-01-11T16:09:50Z Worked version commit 35e54a086b10cdcb6f1e86fe07dc3b3ae66058e2 Author: Zinoviev Alexey Date: 2018-01-12T16:25:44Z Refactored code commit a82ab9a2abebe49df3eaba71599bcb769afe3ecd Author: Zinoviev Alexey Date: 2018-01-16T18:39:06Z Refactored code commit fa633750e24f76914c0632803facbb16513520de Author: Zinoviev Alexey Date: 2018-01-16T18:53:00Z Refactored code commit 84e476ff4fc05347b2b58424218e136eec8190de Author: Zinoviev Alexey Date: 2018-01-16T19:13:45Z Fixed tests commit 2618a04d7f95ef4be0b3951f4bc4b242de4d1940 Author: Zinoviev Alexey Date: 2018-01-17T12:10:03Z Fixed style commit 116b887cb5f8109418b1a22ffda50280654bd02b Author: Zinoviev Alexey Date: 2018-01-18T09:20:57Z Fixed style commit 7be3c489c44c2305d96771d5a972f820e56af0e8 Author: Zinoviev Alexey Date: 2018-01-18T09:31:20Z Merge branch 'master' of https://github.com/apache/ignite commit 3c79b70cbb62df733a8ca1374ebe36fb7c1a175c Author: Zinoviev Alexey Date: 2018-01-18T09:32:20Z Merge branch 'master' into ignite-7316 commit a2da58b2e7e8089ec36c6fe9f5c607496079f67e Author: Zinoviev Alexey Date: 2018-01-18T10:26:42Z Fixed bug in parsing from file commit 072eb41b8e362b3b6c0f9b8de4ead719e02c3d92 Author: Zinoviev Alexey Date: 2018-01-18T10:31:47Z Removed incorrect data ---- ---