-
Is there any documentation for how DEFINE STATGRAPH can be used in Altair SLC?
Is there any documentation for how DEFINE STATGRAPH can be used in Altair SLC? From trial and error I can see that STATGRAPH templates work in PROC TEMPLATE, and do not issue notes about being experimental in SLC 2025 GA, but DEFINE STATGRAPH is not included in the installed Help files, and the STATGRAPH template is only…
-
Deactivate Motion - Motionsolve
Hi all, i have a motion which needs to be deactivate at time=16.1221. it is a very simple model but as soon as i deactivate the motion i can see a velocity drop which should not be there. i can also see the velocity jump graphically in the animation all other elements are deactivated for debugging (force, sensor, etc).…
-
A simple template of a process for training, (cross-)validation and testing
Hello, so, I am looking for a simple example (no feature selection, data cleaning, nothing of the sort) of a process in Rapidminer with the three classical steps: training, validation (using cross-validation) and testing (using the parameter obtained in the cross-validation). Does anyone have a template for that? Again, it…
-
Boilerplate text analysis - text mining
Dear community I'm new to text mining with RM and would like to know, if it's even possible to build a process in RM which suits my research question. I would like to create a process which searches for boilerplate language in documents. In detail I'd like to input management reports from different companies (pdf files)…
-
Rapidminer Payment prediction
Hello over there, I heard there are several temaples for rapidminer processes. Since I want to model a payment prediction model (meaning does a costumer pays ond time and if not how much delay does he has), I would like to know if there are any templates you know or where to find them best wishes
-
Used the template to learn about outliers for credit card fraud detection
With a few changes to the template, this is my process. I used x-means and Detect Outlier (LOF) to detect possible fraud. The original data set contains over 284,000 rows. I selected out the first 3,000 rows for my first try. These are the results, left half and right half. I see Outlier(s) from high to low. In the right…
-
Limited instalation and errors with Direct Marketing template
One of my students has the following problem:- RM 9.2. was installed on WIN10 64- once he tried to run Direct Marketing template an error occured as illustrated with the screen enclosed- logging off and on made no results, however he also realized that the instalation is reduced: you can see on the screenshot that not all…
-
Preparing the Extension Template: Issue with Gradle (unresolved dependencies)
Hi everyone, It seems to me i'm missing out on something here. I've downloaded the Extension template, but can't get it running properly. When i start gradle.build via Eclipse (or the ./gradlew initializeExtensionProject OR installExtension in a Command prompt), it fails. This is the Error in Eclipse when i attempt…
-
RapidMiner Templates : Market Basket and Geographical distances
Hello, I have some problems on the Templates of RapidMiner. I did the Market Basket analysis available in the Templates of RapidMiner. I have the picture "capture2" as a result. How can I make this graph more readable ? How can I not show the rules on the graph ? How can I show the results as a tree ? I also did the…
-
"Form-Based Processing/Extraction Based on Templates"
Hi All, I was wondering if there is any precedent (in RapidMiner) of processing and extracting text information from forms where we have the templates, using either a rule-based approach or possibly even Machine Learning?
-
"Text Clustering template"
I was wondering if there is a template to load an excel file with two columns (id and text), and then cluster the similar text along with the ids
-
Predictive Maintaiance/ Failuer Template
How do we use this template to run for our own data. Is there a step-by-step process to change the sample data set to the real data set in the required format to run this? I hope we do not have to re-create this, rather just change the required dataset in the required format? Please correct me here Also, are there any…
-
"Problem encountered with Direct Marketing Template"
Hi! So I was trying to use the Direct Marketing Template provided in the newest RapidMiner. I kept on encountering problems with the Naive Bays algorithim, but I thought I eventually fixed it. I ran the program and it gave me a message that said "the set up does not seem to contain any obvious errors, but you should check…
-
"New Operator Extension 2016 manual and templates"
first THANK YOU for this. It is a huge improvement from the old manual and allows (almost) mere mortals like I am to try to create my own extensions. I greatly appreciate the "step-by-step" instructions and the screenshots from Eclipse. This is still a challenge for me (and a fun one) due to my very poor Java skills but…
-
how to use RapidMiner Extension Template in my rapidminer
hi guys ,, i have question about how to RapidMiner Extension Template works .. they gives steps in github but i cant able to understand how can i run gridle . can any one tell me step by step process for that ... i m really thankful for it
-
Make assotiation rules of a certain template
I got an exampleset with polinominal data and i want to create association rules with it. I do i by converting the polinominal atributes into binominal attributes using "Nominal to Binominal" then send it to "FP-Growth" and send the result to "Create Association Rules". Lets say the attributes of the exampleSet are :…
-
"creating a template"
I am evaluating Rapidminer for my company. One of the things I would like to be able to do is create a "template" for certain problems, so the user just needs to plug in their data and can get most of the way there. I can see a structure like this in the demo, but I can't find anything in the documentation. Is this…
-
"[SOLVED] Where is the RapideMiner_Extension_Template and Extension_Tutoria"
Hello, Thanks for reading my questions in advance, I am recently doing a project which needs to add a algorithm (as a operator) in rapidminer, so I am following the document 'how to extend rapidminer 5' now, I encounter several problems here. 1. I can't find the "RapideMiner_Extension_Template" and…
-
documentation on building blocks and templates
I have not been able to locate documentation on building blocks and templates. Can someone help me out? Thanks, rmuntz
-
[SOLVED] Problems while trying to build an extension using the template!
I have been trying to figure this out for a week now and I would appreciate any help. when it comes to Java Im not profeciant in it but I manage however I facing problems while trying to build the template that is provided with the book I have changed the mentions of vega to unuk with no luck my system is running linux…
-
"Run a process using GUI saved Templates from Java Api?"
Hi I'm new to the forum, searched around a little bit and noticed no one attempted to open a process from Java using RM Templates. opening a process with .xml works fine for me and want to explore further. By opening a Template I'd also like to pass on a list of operators and parameters by specifying their names. Is this…
-
"running RM white paper tutorial/template."
Hi, I already purchase RM white paper and it come with tutorial and template folder together. In order to get understand into how to build the RM extension, I need to run the tutorial/template code too see the output. However, after reading the guide, I could not find the way to run it. I already checkout the Vega folder,…
-
"Where are templates stored ?"
Hi everybody, I'm just testing user defined templates in RM5 and I think it is a very nice feature. I just wonder where the templates are stored so that I can give them to colleagues or move them to another computer. Shouldn't they be listed in the repository ? Axel P.S. Btw. I also have a problem deleting user defined…
-
FFS template: logging anomaly or bug?
Hello, I ran the Feature Selection template, I looked at the log results, and noticed many '?' (NaN) symbols at the start of the log. So I made some modifications to the template to understand where these '?' symbols come from. But I can't explain why FFS is running the same attribute subset many times, and get different…
-
"Create Time Cluster Template for associate algorithm"
Hello Together, it is easier if I first explain what I have. Here we go: In my company there is an little Server farm with 5 Servers. On the Servers is running one big CRM System. Also there is a Monitoring System to check the availability of the servers. If an error occurs the monitoring system recognize it, create a…