

- #Rapidminer studio tutorial how to
- #Rapidminer studio tutorial archive
- #Rapidminer studio tutorial full
- #Rapidminer studio tutorial zip
Next we need a steps.xml file that describes what to do with this process: Note that you can also leave the process empty and export it the same way if you want your tutorial to start with an empty process.


To create the process file open a new process in RapidMiner Studio and drag a Generate Data operator onto the process canvas:Įxport the process via the File menu (chose Export Process…) and save it as tutorial1.rmp. Let us start with a simple tutorial group with only one tutorial containing a single step. If you bundle a tutorial with your extension and have a local copy of the tutorial installed, Please note that tutorials stored in that directory supersede bundled tutorials:
#Rapidminer studio tutorial archive
You can load your tutorial processes locally without bundling them with your extension.īundling becomes only necessary if you want to dirstribute your tutorials.Īll you need to do is to move the tutorial archive into your. The following section covers an example for a steps.xml file. To open the next tutorial add the following at the end of a tutorial: START NEXT TUTORIAL The following tags should be used in all types of content to mark the corresponding types:Īny hierarchy (operators, folders. Or use icons delived with studio by using the format icon size/icon name, e.g., /16/media_play.png
#Rapidminer studio tutorial full
Here you can either use the full resource path to an icon path/to/icon.png You can add UI icons to the text with the icon tag. You can emphasize content with the emph-tag. In content, tasks, or info sections, you can add hyperlinks with the link tag: name Those questions work in general exactly like the tasks block: įor a normal text block that is neither task, nor info or question use a text tag. Īt the of each tutorial is a section of questions where learners are encourage to try out different things or can check what they learned in this tutorial. You cannot define tasks or steps within an info section though. You can use arbitrary content within an info section including all tags described below. There is a special content type for tasks which work similar to ordered lists in HTML: Īnother important element besides tasks is the info section which can be used to give more background information or describe other important facts or concepts. Also avoid special characters for HTML or XML like the greater-than-symbol. Don’t use any special HTML or styling since the tutorials will be compiled into other formats. You can use arbitrary content in each step. The actual tutorial is broken down into an arbitrary number of steps, each step is wrapped into a step tag and can have the attribute name. The content of the steps.xml file must be wrapped into a steps tag Its content must be build following these rules:

The steps.xml file determines what is displayed in the tutorial panel that opens on the left side of RapidMiner Studio when a tutorial is in progress. blob.Īn example for this can be found below. More so, you can use an image as a background to your toturial process,īy adding the image file after changing its extension to. In addition to these files, you can bundle arbitrary repository entries.įor instance, you can include a certain data set into your templateīy copying the corresponding files from your local repository. The format of this file is explained in the next section. The tutorial folder must contain exactly one RapidMiner process ( *.rmp).įurthermore, it must contain a steps.xml file that describes the steps of the tutorial. The tutorial.properties file defines the name of the tutorial and contains a short description - again encoded as ISO-8859-1.įor the example above, the file's contents could be like so: template.name=My first tutorial In the example above there is only one folder with the name tutorial1.
#Rapidminer studio tutorial zip
The tutorial zip contains a folder for every tutorial scription=This is my first tutorial chapter. It must be encoded as ISO-8859-1 – in particular, unicode encodings will most likely not work.īased on the example above, the file's content could look like this: template.name=My first tutorial chapter The group.properties file defines the name of the chapter of tutorials and contains a short description. tutorial file extension and contain at least one file and a folder with three files: my_tutorial.tutorial While the file format is simple, it is important to comply with the structure described below. Tutorials are self-contained files that can be distributed via extensions or loaded from your local file system. Bundling the tutorial with your extension.
#Rapidminer studio tutorial how to
You are viewing the RapidMiner Developers documentation for version 8.0 - Check here for latest version How to create custom tutorials
