-
Printing model summary of python models built using Python Learner .
Hi All, I have stored models which were built using Custom Python Learner in RapidMiner ? Is there any way to print the model information using these stored objects (.ioo) alone? I tried passing the Python model object as input to Execute Python and Python Transformer, but it failed to accept the input.
-
Can I use the 'Model Simulator' operator using a model from the 'Multi Label Modeling' operator?
We were able to successfully obtain predicted values for data with two labels (labels independent of each other) using the 'Multi Label Modeling' operator.However, when I connect to ‘mod’ of ‘Model Simulator’, a ‘Wrong Model Type’ error message appears.Ultimately, I wanted to set specific target values for the two labels…
-
Model Questions
Hi, everyone. After I learned from the resources, I have a few questions. 1. Why "Apply Preprocessing" is added? What is the function? 2. Why "Group Models" is added here? Why "pre" connects to "mod"? Thanks for giving answers.
-
Can we import model built in python to Rapidminer?
If I build a model in python, then can I import the model into rapidminer?
-
Is there something like "batch save", which can store hundreds of models automatically?
I have tried first "Store Tree in Repository" and manually upload ".ioo", ".md", and ".properties" files to GitHub. It's fine to handle just several models like this. However, is there something like "batch save", which can store hundreds of models automatically? Thanks in advance! Jack
-
How to upload the Rapidminer models and assembled pipeline as GitHub?
Hi, I used RapidMiner in a scientific project and submitted the results to a journal. During the revision, I was asked to upload the Rapidminer models and assembled pipeline as GitHub. Is it possible? Thanks a lot. Jack
-
How do I delete data from RapidMinerGO
How do I delete data from RapidMinerGO
-
RapidMiner Model Ops error
I created a RapidMiner Model Ops deployment on a RapidMiner Server. It works fine for me, but when other users try to connect to it, they get the following error after clicking on a deployment: “No Model Information.
Unable to fetch model information: Connection entry for DB logging does not
exist.” I don’t remember…
-
Not normally distributed data
Hi, I'm trying to find a model to make a prediction for the execution time of a process step. I've data from over 200 different recurring process steps from the past 2 years (160.000 rows in excel sheet). When I plot the execution-time data per event, the data is not normally distributed but more like a Poisson…
-
How to Use/Model "Time Series" Data for College Athletics Finance Data
Greetings all: I am a student and new to the community, so please take it easy on me for this first go around. I have read some of the questions and responses to other time series questions but am still not finding an answer, or maybe just not understanding the answers given, or both. I don't have a model to share yet…
-
Error in model ops: 'GREATEST' is not a recognized built-in function name.
I tried to deploy a custom model in Model Ops on a server that was recently updated to version 9.6. I created a deployment, and then tried to add a model to the deployment. After a few minutes, I get this error message (same error if I switch to the other tabs): 'GREATEST' is not a recognized built-in function name…
-
Rapidminer Server : Pending Execution (no longer executing process)
I set up a scheduled process to run every morning on the Rapidminer Server that is spun up by an AWS instance. Everything has been working fine until a couple of weeks ago, with no changes to the model, the execution state now just shows "Pending" and not actually running the process anymore. There are no connection issues…
-
Model that combines multiple binary classes into a single class
I have data that is classified into 4 classes. For example, let's say they're the following: ababnonab As you can see, these four classes are just the Cartesian product of the binary classes of a/non-a and b/non-b. What I want to do is use a pair of SVMs to predict a and b separately and then recombine the result back into…
-
Is this kind of flow correct?
Hi, do you think that this kind of flow is correct? Here is the XML code: ------------------------------------------------------------------------------------------------------------ <?xml version="1.0" encoding="UTF-8"?><process version="9.2.001"> <context> <input/> <output/> <macros/> </context> <operator…
-
Building a model
Hello everyone, I have some questions on building predictive models. First of all, if I know for sure that some of the future values I want to predict will be zero, how could I handle it? Secondly, if I fulfill my dataset with many factors that affects my attributes, is there any way to give the % for every factor that…
-
{"code":"ResourceNotFound","message":"Could not found deployment resource"}
I wrote a Python script to predict values using the regression model I deployed with RapidMiner Auto. I am getting this code when I try to access a regression model (however, my code works when I try to access a classification model). Any ideas?
-
How to save a model for further analysis
suppose i am doing random forest and i want to save the weight by tree importance to another file how do i do it?I see some have used write model but i don't find the write model operater in rapidminer