[jira] [Created] (IGNITE-11342) [ML] Create a Python API for Ignite ML

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-11342) [ML] Create a Python API for Ignite ML

Anton Vinogradov (Jira)
Anton Dmitriev created IGNITE-11342:
---------------------------------------

             Summary: [ML] Create a Python API for Ignite ML
                 Key: IGNITE-11342
                 URL: https://issues.apache.org/jira/browse/IGNITE-11342
             Project: Ignite
          Issue Type: New Feature
          Components: ml
            Reporter: Anton Dmitriev
            Assignee: Anton Dmitriev


Currently Apache Ignite ML provides only Java API. The most popular language of data analysts is Python. To allow data analysts work with Ignite ML we need to provide Python API.

The architecture of this Python API should be based on [Py4J|https://www.py4j.org/] library. This library allows to starts a simple server of Java side and then translate all calls from Python API into calls of corresponding Java API and interact with the server via TCP.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)