From issues-return-69964-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Thu Jul 19 13:36:07 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 9E217180630 for ; Thu, 19 Jul 2018 13:36:06 +0200 (CEST) Received: (qmail 72323 invoked by uid 500); 19 Jul 2018 11:36:05 -0000 Mailing-List: contact issues-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 issues@ignite.apache.org Received: (qmail 72314 invoked by uid 99); 19 Jul 2018 11:36:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2018 11:36:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 360F1C18A7 for ; Thu, 19 Jul 2018 11:36:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.3 X-Spam-Level: X-Spam-Status: No, score=-110.3 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id VtFbxreIjjD1 for ; Thu, 19 Jul 2018 11:36:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id D7FD55F2A9 for ; Thu, 19 Jul 2018 11:36:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7B4C6E18C4 for ; Thu, 19 Jul 2018 11:36:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 790B52714E for ; Thu, 19 Jul 2018 11:36:00 +0000 (UTC) Date: Thu, 19 Jul 2018 11:36:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-9021) [ML] Refactor vectors to dence/sparse MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-9021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16549157#comment-16549157 ] ASF GitHub Bot commented on IGNITE-9021: ---------------------------------------- GitHub user zaleslaw opened a pull request: https://github.com/apache/ignite/pull/4385 IGNITE-9021 - Fixed tests - Leave classes used in MLP/DT/another algorithms only - Fixed code-style for many places You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9021 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4385.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 #4385 ---- commit ca6a608bd6fff3a8e719ad475c0d662f38bf7f60 Author: Zinoviev Alexey Date: 2018-07-19T10:34:22Z IGNITE-9021: refactored impls and tests commit ea6f95655f957dc8ac97fed4157e395025bacd3c Author: Zinoviev Alexey Date: 2018-07-19T11:28:43Z IGNITE-9021: fixed code issues ---- > [ML] Refactor vectors to dence/sparse > -------------------------------------- > > Key: IGNITE-9021 > URL: https://issues.apache.org/jira/browse/IGNITE-9021 > Project: Ignite > Issue Type: Improvement > Components: ml > Reporter: Yury Babak > Assignee: Aleksey Zinoviev > Priority: Major > Fix For: 2.7 > > > We want to remove all unused implementations of Vector interface. Same for matrices. -- This message was sent by Atlassian JIRA (v7.6.3#76005)