We are contributing our changes to rapidminer code base including several main improvements.
There are three sub projects inside:
- rapidMiner: it's the main project which contains all the application code.
- api-driver: it's an interface layer, so that people can implement different apis based on it, to connect to various back-end services.
- 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