-
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.
-
Write Google Storage
It looks like the only option to write to Google Storage is with "Open File" operator but the only options there are either "file" local file from my disc then "URL" and "Repository Blob entry". Can someone explain to me how I can send my process output to Google Storage as when I use "Repository Blob entry" it does not…
-
Store in Hive from teradata
I want to use custom query data from teradata and store in hive but process failed in store operation Exception: eu.radoop.exception.NoStackTraceOperatorException Message: HiveQL error. Message: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask.…
-
Need Help Using STORE Operator, Getting Error Message
Hello, I'm trying to use the Store operator to store my model, just like the deprecated "Write Model" operator, so I can retrieve it in a different portion of the process. When I attempt to use the Store operator I get the following messages in my log. Feb 24, 2021 9:38:49 AM WARNING: File reading error.Feb 24, 2021…
-
Cleaned Data for Auto Modeling
Hi Community, i'm a RapidMiner beginner and got a problem. I cleaned the data set with different operators and added a "store" operator afterwards. In the results of the process there are no missing values anymore – so cleaning worked in that sense. But when I now start the "Auto Modeling" with this stored new data set it…
-
Storing the Optimize Parameters (Grid)
Hello - This should be a very simple question but I cant find it anywhere. I need to Store the "Optimize Parameters (Grid)" output that you receive when you run that operator - the table where each iteration is listed with every combination of parameters is listed and a final column called "Data Based Performance". This is…
-
Cannot retrieve rmhdf5table data
Hello everyone, for a university project we have downloaded data with the operator "Crawl Web" and now we want to store it in the repository. This works wonderfully. Unfortunately I can't retrieve this data in my subsequent RM process. The following error message always appears: I have already tried the following: - New…
-
Memory Buffered File / Returning summary of a linear model from R-Script to RapidMiner
Hi there, I am trying to load / read the results of a R-Script in Rapidminer. As a result of the code: lm_mod_dyn <- lm(UNITS ~ PR ,data = data) summary (lm_mod_dyn) RapidMiner gives back Memory buffered file In this post it is said, that it is important to convert the results of a script to a dataframe, so I changed the…
-
Create "savepoints" that allow partial execution of a project.
Hello folks, Have you considered an operator that stores the current state of everything (macros, processes) into an object that can be marshalled and used as a different starting point? Like... the Store operator but that stores everything, not just the things we order it to store. e.g., I build a process that does A, B,…
-
How to store auto-model -- trained model using store operator?
I want to know how can I store the trained model using store operator? Can you give me a video tutorial or anything? It would be really helpful. I actually want to use the trained model to predict survival in the Titanic set? How can I do it? I would really appreciate your help. Thanks.
-
stored process
I stored some processes and when I bring them again in "Process area", they appear just as a single operator: I assume that it is the synthesis of all the components used to build the process, but it would be more useful to have all of them in detail. Is there a way to have all the operators of a stored process shown?