This is an automated email from the ASF dual-hosted git repository. janardhan pushed a commit to branch j143-readme_badge_organize in repository https://gitbox.apache.org/repos/asf/systemml.git
commit 0294feae35b7b452b0ce41db5f112ae4d93020ac Author: j143 <[email protected]> AuthorDate: Sun Apr 26 00:23:58 2020 +0530 [MINOR][DOC] Append 'Apache' to 'SystemDS' This is as per the discussion at https://www.mail-archive.com/[email protected]/msg01051.html --- README.md | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 86803e8..f0cefc5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ limitations under the License. {% end comment %} --> -# SystemDS +# Apache SystemDS **Overview:** 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 this end, we aim to provide a stack of declarative languages with R-like syntax 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-me [...] @@ -27,13 +27,31 @@ limitations under the License. **Python Documentation** [Python SystemDS Documentation](https://damslab.github.io/docs/sysdspython/index.html) -**Status and Build:** SystemDS is still in pre-alpha status. The original code base was forked from [**Apache SystemML**](http://systemml.apache.org/) 1.2 in September 2018. We will continue to support linear algebra programs over matrices, while replacing the underlying data model and compiler, as well as substantially extending the supported functionalities. Until the first release, you can build your own snapshot via Apache Maven: `mvn -DskipTests clean package`. - -[](https://opensource.org/licenses/Apache-2.0) - - - - - - - +**Status and Build:** SystemDS is still in pre-alpha status. The original code base was forked from [**Apache SystemML**](http://systemml.apache.org/) 1.2 in September 2018. We will continue to support linear algebra programs over matrices, while replacing the underlying data model and compiler, as well as substantially extending the supported functionalities. Until the first release, you can build your own snapshot via Apache Maven: `mvn clean package -P distribution`. + + +  +  +  +  +  +  +  + + +<p align="center"> + <a href="https://github.com/apache/systemml/actions?query=workflow%3ABuild+branch%3Amaster" target="_blank"> + <img src="https://github.com/apache/systemml/workflows/Build/badge.svg"></a> + <a href="https://github.com/apache/systemml/actions?query=workflow%3ADocumentation+branch%3Amaster" target="_blank"> + <img src="https://github.com/apache/systemml/workflows/Documentation/badge.svg"></a> + <a href="https://github.com/apache/systemml/actions?query=workflow%3A%22Component+Test%22+branch%3Amaster" target="_blank"> + <img src="https://github.com/apache/systemml/workflows/Component%20Test/badge.svg"></a> + <a href="https://github.com/apache/systemml/actions?query=workflow%3A%22Application+Test%22+branch%3Amaster" target="_blank"> + <img src="https://github.com/apache/systemml/workflows/Application%20Test/badge.svg"></a> + <a href="https://github.com/apache/systemml/actions?query=workflow%3A%22Function+Test%22+branch%3Amaster" target="_blank"> + <img src="https://github.com/apache/systemml/workflows/Function%20Test/badge.svg"></a> + <a href="https://github.com/apache/systemml/actions?query=workflow%3A%22Python+Test%22+branch%3Amaster" target="_blank"> + <img src="https://github.com/apache/systemml/workflows/Python%20Test/badge.svg"></a> + <a href="https://github.com/apache/systemml/actions?query=workflow%3A%22Federated+Python+Test%22+branch%3Amaster" target="_blank"> + <img src="https://github.com/apache/systemml/workflows/Federated%20Python%20Test/badge.svg"></a> +</p>
