RapidMiner is an environment for machine learning and data mining processes that follows a modular operator concept. It introduces transparent data handling and process modeling to ease configuration for end users. Additionally, its clear interfaces and scripting language based on XML make it an integrated developer environment for data mining and machine learning. To get started with RapidMiner, users download the file for their system from the website, install it by accepting the license agreement and specifying the installation directory, then launch it by double clicking the desktop icon.
What is DataMining ??Wikipedia: Data mining is the process of extracting patterns from data. Data mining is becoming an increasingly important tool to transform this data into information. It is commonly used in a wide range of profiling practices, such as marketing, surveillance, fraud detection and scientific discovery.
3.
Data Mining withRapidMiner5RapidMiner (formerly Yale): Is an environment for machine learning and data mining processes. Follows a modular operator concept which allows the design of complex nested operator chains for a huge number of learning problems. Allows for the data handling to be transparent to the operators.
4.
Data Mining withRapidMiner5RapidMiner introduces new concepts of transparent data handling and process modeling which eases process configuration for end users.
5.
Data Mining withRapidMiner5Additionally clear interfaces and a sort of scripting language based on XML turns RapidMiner into an integrated developer environment for data mining and machine learning.
Memory UsageSince performingcomplex data mining tasks and machine learning methods on huge data sets might need a lot of main memory, it might be that RapidMiner stops a running process with a note that the size of the main memory was not sufficient. Java does not use the complete amount of available memory per default and memory must be explicitly allowed to be used by Java.
17.
PluginsIn order toinstall RapidMiner Plugins, it is sufficient to copy them to the lib/plugins subdirectory of the RapidMiner installation directory. RapidMiner scans all jar files in this directory.Its also possible to make you own plugins for RapidMiner5! We shall learn about that in forthcoming tutorials.
18.
Supported file formatsRapidMinercan read a number of input les. Apart from data files it can read and write models, parameter sets and attribute sets.