Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 686 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 686 Bytes

YAKE RapidMiner Extension

A template project for creating a RapidMiner Studio extension.

Prerequisite

  • Requires Gradle 2.3+ (get it here or use the Gradle wrapper shipped with this template)

Getting started

  1. Clone the extension template

  2. Initialize the extension project by executing the initializeExtensionProject Gradle task (e.g. via 'gradlew initializeExtensionProject')

  3. Build and install your extension by executing the installExtension Gradle task

  4. Copy build jar to your ~/.RapidMiner/extensions/ directory

  5. Start RapidMiner Studio and check whether your extension has been loaded