Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 573 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 573 Bytes

rapidminer

We are contributing our changes to rapidminer code base including several main improvements.

There are three sub projects inside:

  1. rapidMiner: it's the main project which contains all the application code.
  2. api-driver: it's an interface layer, so that people can implement different apis based on it, to connect to various back-end services.
  3. transwarp-midas-api: it's a dummy implementation for reference, and people can change the code to provide detailed impl here.

The building dependencies follows: api-driver => transwarp-midas-api => rapidMiner