Skip to content

Commit

Permalink
IGNITE-20216 Moving ignite-ml to extensions (apache#10897)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandasch authored Sep 11, 2023
1 parent 24754c2 commit 9a21681
Show file tree
Hide file tree
Showing 1,304 changed files with 1 addition and 238,375 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ CMakeSettings.json
#CMake temp files
/modules/platforms/cpp/**/cmake-build**

#Files related to ML manual-runnable tests
/modules/ml/src/test/resources/manualrun/trees/columntrees.manualrun.properties

#NodeJs files
/modules/platforms/nodejs/node_modules

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Apache Ignite comes with a ANSI-99 compliant, horizontally scalable, and fault-t

[Read More](https://ignite.apache.org/features/sql.html)

## Machine Learning and High-Performance Computing
[Apache Ignite Machine Learning](https://ignite.apache.org/features/machinelearning.html) is a set of simple, scalable, and efficient tools that allow building predictive machine learning models without costly data transfers. The rationale for adding machine and deep learning to Apache Ignite is quite simple. Today's data scientists have to deal with two major factors that keep ML from mainstream adoption.

## High-Performance Computing
High-performance computing (HPC) is the ability to process data and perform complex calculations at high speeds. Using Apache Ignite as a [high-performance compute cluster](https://ignite.apache.org/use-cases/hpc.html), you can turn a group of commodity machines or a cloud environment into a distributed supercomputer of interconnected Ignite nodes. Ignite enables speed and scale by processing records in memory and reducing network utilization with APIs for data and compute-intensive calculations. Those APIs implement the MapReduce paradigm and allow you to run arbitrary tasks across the cluster of nodes.

5 changes: 0 additions & 5 deletions assembly/dependencies-apache-ignite-slim.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@
<exclude>${project.groupId}:ignite-cassandra-store</exclude>
<exclude>${project.groupId}:ignite-direct-io</exclude>
<exclude>${project.groupId}:ignite-jcl</exclude>
<exclude>${project.groupId}:ignite-ml</exclude>
<exclude>${project.groupId}:ignite-ml-h2o-model-parser</exclude>
<exclude>${project.groupId}:ignite-ml-spark-model-parser</exclude>
<exclude>${project.groupId}:ignite-ml-xgboost-model-parser</exclude>
<exclude>${project.groupId}:ignite-ml-catboost-model-parser</exclude>
<exclude>${project.groupId}:ignite-web</exclude>
<exclude>${project.groupId}:ignite-zookeeper</exclude>
<exclude>${project.groupId}:ignite-control-utility</exclude>
Expand Down
38 changes: 0 additions & 38 deletions examples/config/example-ignite-ml.xml

This file was deleted.

30 changes: 0 additions & 30 deletions examples/pom-standalone-lgpl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,36 +97,6 @@
<version>0.3.0</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml</artifactId>
<version>to_be_replaced_by_ignite_version</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-xgboost-model-parser</artifactId>
<version>to_be_replaced_by_ignite_version</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-catboost-model-parser</artifactId>
<version>to_be_replaced_by_ignite_version</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-spark-model-parser</artifactId>
<version>to_be_replaced_by_ignite_version</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-h2o-model-parser</artifactId>
<version>to_be_replaced_by_ignite_version</version>
</dependency>

<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down
30 changes: 0 additions & 30 deletions examples/pom-standalone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,36 +97,6 @@
<version>0.3.0</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml</artifactId>
<version>to_be_replaced_by_ignite_version</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-xgboost-model-parser</artifactId>
<version>to_be_replaced_by_ignite_version</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-catboost-model-parser</artifactId>
<version>to_be_replaced_by_ignite_version</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-spark-model-parser</artifactId>
<version>to_be_replaced_by_ignite_version</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-h2o-model-parser</artifactId>
<version>to_be_replaced_by_ignite_version</version>
</dependency>

<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down
35 changes: 0 additions & 35 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,41 +101,6 @@
<version>0.3.0</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml</artifactId>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-xgboost-model-parser</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-catboost-model-parser</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-h2o-model-parser</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-ml-spark-model-parser</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-kubernetes</artifactId>
Expand Down

This file was deleted.

Loading

0 comments on commit 9a21681

Please sign in to comment.