You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by GitBox <gi...@apache.org> on 2020/03/31 12:08:39 UTC

[GitHub] [systemml] Baunsgaard commented on a change in pull request #873: Update python package, making use of java distribution bin zip

Baunsgaard commented on a change in pull request #873: Update python package, making use of java distribution bin zip
URL: https://github.com/apache/systemml/pull/873#discussion_r400857902
 
 

 ##########
 File path: src/main/python/setup.py
 ##########
 @@ -49,19 +48,7 @@
     name=ARTIFACT_NAME,
     version=ARTIFACT_VERSION_SHORT,
     description='SystemDS is a distributed and declarative machine learning platform.',
-    long_description='''SystemDS is a versatile system for the end-to-end data science lifecycle from data integration,
-     cleaning, and feature engineering, over efficient, local and distributed ML model training,
-     to deployment and serving.
-     To facilitate this, bindings from different languages and different system abstractions provide help for:
-     (1) the different tasks of the data-science lifecycle, and 
-     (2) users with different expertise. 
-
-
-     These high-level scripts are compiled into hybrid execution plans of local, in-memory CPU and GPU operations, 
-     as well as distributed operations on Apache Spark. In contrast to existing systems 
-     - that either provide homogeneous tensors or 2D Datasets - and in order to serve the entire
-     data science lifecycle, the underlying data model are DataTensors, i.e.,
-     tensors (multi-dimensional arrays) whose first dimension may have a heterogeneous and nested schema.''',
+    long_description=open('README.md').read(),
 
 Review comment:
   :+1: 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services