[jira] [Commented] (IGNITE-5000) Rename Ignite Math module to Ignite ML module

2017-04-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15972766#comment-15972766
 ] 

ASF GitHub Bot commented on IGNITE-5000:


Github user ybabak closed the pull request at:

https://github.com/apache/ignite/pull/1818


> Rename Ignite Math module to Ignite ML module
> -
>
> Key: IGNITE-5000
> URL: https://issues.apache.org/jira/browse/IGNITE-5000
> Project: Ignite
>  Issue Type: Task
>Affects Versions: 2.0
>Reporter: Yury Babak
>Assignee: Yury Babak
> Fix For: 2.0
>
>
> We want to rename math module to ml(machine learning) because it's a main 
> planned functionality for this module.
> Update: also we want to extract math related examples to separate source 
> folder/profile for tests convenience.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-5000) Rename Ignite Math module to Ignite ML module

2017-04-18 Thread Yury Babak (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15972548#comment-15972548
 ] 

Yury Babak commented on IGNITE-5000:


[~avinogradov], could you please review new pull request?
https://github.com/apache/ignite/pull/1818

> Rename Ignite Math module to Ignite ML module
> -
>
> Key: IGNITE-5000
> URL: https://issues.apache.org/jira/browse/IGNITE-5000
> Project: Ignite
>  Issue Type: Task
>Affects Versions: 2.0
>Reporter: Yury Babak
>Assignee: Yury Babak
> Fix For: 2.0
>
>
> We want to rename math module to ml(machine learning) because it's a main 
> planned functionality for this module.
> Update: also we want to extract math related examples to separate source 
> folder/profile for tests convenience.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-5000) Rename Ignite Math module to Ignite ML module

2017-04-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15972546#comment-15972546
 ] 

ASF GitHub Bot commented on IGNITE-5000:


GitHub user ybabak opened a pull request:

https://github.com/apache/ignite/pull/1818

IGNITE-5000 (Rename Ignite Math module to Ignite ML module):

  added missed licenses
  renamed packages
  fixed wrong ml profile activation

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-5000

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/1818.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 #1818


commit 4a8cce31ff390fedf2dfef90926e86251e163428
Author: Yury Babak 
Date:   2017-04-18T11:50:55Z

IGNITE-5000 (Rename Ignite Math module to Ignite ML module):
  added missed licenses
  renamed packages
  fixed wrong ml profile activation




> Rename Ignite Math module to Ignite ML module
> -
>
> Key: IGNITE-5000
> URL: https://issues.apache.org/jira/browse/IGNITE-5000
> Project: Ignite
>  Issue Type: Task
>Affects Versions: 2.0
>Reporter: Yury Babak
>Assignee: Yury Babak
> Fix For: 2.0
>
>
> We want to rename math module to ml(machine learning) because it's a main 
> planned functionality for this module.
> Update: also we want to extract math related examples to separate source 
> folder/profile for tests convenience.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-5000) Rename Ignite Math module to Ignite ML module

2017-04-17 Thread Denis Magda (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15971356#comment-15971356
 ] 

Denis Magda commented on IGNITE-5000:
-

[~avinogradov], the maven profile has to be renamed from {{math}} to {{ml}}.

> Rename Ignite Math module to Ignite ML module
> -
>
> Key: IGNITE-5000
> URL: https://issues.apache.org/jira/browse/IGNITE-5000
> Project: Ignite
>  Issue Type: Task
>Affects Versions: 2.0
>Reporter: Yury Babak
>Assignee: Yury Babak
> Fix For: 2.0
>
>
> We want to rename math module to ml(machine learning) because it's a main 
> planned functionality for this module.
> Update: also we want to extract math related examples to separate source 
> folder/profile for tests convenience.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-5000) Rename Ignite Math module to Ignite ML module

2017-04-17 Thread Denis Magda (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15971354#comment-15971354
 ] 

Denis Magda commented on IGNITE-5000:
-

[~chief], the default package has to be renamed as well from 
{{org.apache.ignite.math}} to {{org.apache.ignite.ml}}. If needed under 
{{org.apache.ignite.ml}} you can have {{org.apache.ignite.ml.math}}. Do this 
for ML sources, tests and examples whenever applicable. If you're aware of 
other places that have to be renamed from {{math}} to {{ml}} then please do 
this in advance.

> Rename Ignite Math module to Ignite ML module
> -
>
> Key: IGNITE-5000
> URL: https://issues.apache.org/jira/browse/IGNITE-5000
> Project: Ignite
>  Issue Type: Task
>Affects Versions: 2.0
>Reporter: Yury Babak
>Assignee: Yury Babak
> Fix For: 2.0
>
>
> We want to rename math module to ml(machine learning) because it's a main 
> planned functionality for this module.
> Update: also we want to extract math related examples to separate source 
> folder/profile for tests convenience.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (IGNITE-5000) Rename Ignite Math module to Ignite ML module

2017-04-17 Thread Yury Babak (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15971155#comment-15971155
 ] 

Yury Babak commented on IGNITE-5000:


[~avinogradov], could you please review this pull request?
https://github.com/apache/ignite/pull/1811

> Rename Ignite Math module to Ignite ML module
> -
>
> Key: IGNITE-5000
> URL: https://issues.apache.org/jira/browse/IGNITE-5000
> Project: Ignite
>  Issue Type: Task
>Affects Versions: 2.0
>Reporter: Yury Babak
>Assignee: Yury Babak
> Fix For: 2.0
>
>
> We want to rename math module to ml(machine learning) because it's a main 
> planned functionality for this module.
> Update: also we want to extract math related examples to separate source 
> folder/profile for tests convenience.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)