From dev-return-35223-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Jun 4 14:21:30 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C81C6180636 for ; Mon, 4 Jun 2018 14:21:29 +0200 (CEST) Received: (qmail 6116 invoked by uid 500); 4 Jun 2018 12:21:28 -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 6105 invoked by uid 99); 4 Jun 2018 12:21:28 -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; Mon, 04 Jun 2018 12:21:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 11D8FDFA59; Mon, 4 Jun 2018 12:21:28 +0000 (UTC) From: zaleslaw To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #4117: IGNITE-8663: Add Normalization Preprocessing supp... Content-Type: text/plain Date: Mon, 4 Jun 2018 12:21:28 +0000 (UTC) GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/4117 IGNITE-8663: Add Normalization Preprocessing support You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8663 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4117.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 #4117 ---- commit 098d2832b3f4af23c72bc25f43e4ab8a95f2f416 Author: Zinoviev Alexey Date: 2018-04-11T18:40:27Z IGNITE-7829: Added example commit 78f9ea687bff77ec9f6bef87126569cb92cbe745 Author: Zinoviev Alexey Date: 2018-04-13T15:44:26Z Merge branch 'master' of https://github.com/apache/ignite commit 199e17d19ccbde9f15aba5375d834c3930b3a989 Author: Zinoviev Alexey Date: 2018-04-27T10:12:47Z Merge branch 'master' of https://github.com/apache/ignite commit aca9833df4d3cc4a641dd9109daaf628bc85acdf Author: Zinoviev Alexey Date: 2018-05-08T05:29:49Z Merge branch 'master' of https://github.com/apache/ignite commit bb244de762b89d0a1e5606aa282e34d92752595b Author: Zinoviev Alexey Date: 2018-05-16T11:42:06Z Merge branch 'master' of https://github.com/apache/ignite commit b4cb1a42d35a0da9f8b762207011a46c6f542a20 Author: Zinoviev Alexey Date: 2018-05-16T16:17:39Z Merge branch 'master' of https://github.com/apache/ignite commit 5d447d57d61c77b9f415093d634df8f3dccd55eb Author: Zinoviev Alexey Date: 2018-06-01T09:36:16Z Merge branch 'master' of https://github.com/apache/ignite commit 81ddb1c5db410d50208ada6d3de869e127506f56 Author: Zinoviev Alexey Date: 2018-06-04T08:21:37Z Merge branch 'master' of https://github.com/apache/ignite commit cb55f45a8fcf85668db73a286770fba14a25730e Author: Zinoviev Alexey Date: 2018-06-04T12:17:19Z IGNITE-8662: Added Normalization support ---- ---