Metadata-Version: 2.1
Name: systemds
Version: 2.1.0
Summary: SystemDS is a distributed and declarative machine learning platform.
Home-page: https://github.com/apache/systemds
Author: SystemDS
Author-email: dev@systemds.apache.org
License: Apache 2.0
Description: <!--
        {% comment %}
        Licensed to the Apache Software Foundation (ASF) under one or more
        contributor license agreements.  See the NOTICE file distributed with
        this work for additional information regarding copyright ownership.
        The ASF licenses this file to you under the Apache License, Version 2.0
        (the "License"); you may not use this file except in compliance with
        the License.  You may obtain a copy of the License at
        
           http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        {% end comment %}
        -->
        
        # SystemDS
        
        ![Python Test](https://github.com/apache/systemds/workflows/Python%20Test/badge.svg)
        
        This package provides a Pythonic interface for working with SystemDS.
        
        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.
        
Platform: Microsoft :: Windows
Platform: POSIX
Platform: Unix
Platform: MacOS
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
