rapidminer

Test example set attributes should be equal to OR Superset of Training example set Rapidminer SVM

眉间皱痕 提交于 2019-12-20 06:04:15
问题 I am new to Rapid Miner and using SVM Linear in it. My model is as: I made Training Example set which consist of 3552 examples and just 2 attributes and I am doing nominal to numeric conversion, passing through SVM Linear model and then connecting model output in applying model. This is fine. In Test Example set, I have 735 examples with 2 attributes and doing nominal to numeric conversion and then applying this converted Example set to Applying Model. At this stage I am getting an error when

How to test on testset using Rapidminer?

与世无争的帅哥 提交于 2019-12-19 04:43:12
问题 I'm using Rapidminer to do an analysis. I used cross-validation on several models to get the best working model. Now I want to use this model to test on a separate testset that I made using Split Data to estimate the performance. How do I use the test set? As far as I can tell, all the validation modules use the training set that the model was made on. Which performance measure can I use that takes in a model and my test set? 回答1: Use the "Apply Model" operator with your model as the first

How to test on testset using Rapidminer?

爷,独闯天下 提交于 2019-12-19 04:42:10
问题 I'm using Rapidminer to do an analysis. I used cross-validation on several models to get the best working model. Now I want to use this model to test on a separate testset that I made using Split Data to estimate the performance. How do I use the test set? As far as I can tell, all the validation modules use the training set that the model was made on. Which performance measure can I use that takes in a model and my test set? 回答1: Use the "Apply Model" operator with your model as the first

Rapidminer data transpose equivalent to melt in R

不问归期 提交于 2019-12-13 05:24:14
问题 I have a Rapidminer process which reads from a web API, uses Read XML to process the response and XPATH to capture one of the elements in the XML. The elements can be of any number and the resulting attribute is a concatenated string of the element/text(). As a result of the concatenated string, I have to split the string into multiple columns like this: ID Col1 Col2 Col3 Col4 Col5 Col6 A 1 5 7 8 B 2 C 4 D 3 9 10 11 12 13 My final goal is to transpose it into the following format: ID NewCol A

How to apply InformationGain in rapidminer with seperate test set ?

梦想的初衷 提交于 2019-12-12 01:43:37
问题 I am dealing with text classification in rapidminer. I have seperate test and training splits. I applied Information Gain to a dataset using n-fold cross validation but i am confused on how to apply it on seperate test set ? Below is attached image In figure i have connected the word list output from first "Process Documents From Files" which is used for training to second "Processed Documents From Files" which is used for testing but i want to apply the reduced feature to the second "Process

Could not load definitions from resources

瘦欲@ 提交于 2019-12-10 10:33:02
问题 I have a (hopefully) very basic question. I'm very unfamiliar with Ant, I'm just trying to use a build file so I can write some plugins for an open source application I found recently, Rapid Miner. I've been trying to compile it with Eclipse (following Eclipses.org's own instructions on how to do so.) Every time I click Run though I get an error that looks like this: Buildfile: C:\Users\jcarr14\Eclipse\Workspace\RapidMiner_Unuk\build.xml [taskdef] Could not load definitions from resource net

how to write output from rapidminer to a txt file?

流过昼夜 提交于 2019-12-06 05:38:26
i am using rapidminer 5.3.I took a small document which contains around three english sentences , tokenized it and filtered it with respect to the length of words.i want to write the output into a different word document.i tried using Write document utility but it is not working,it is simply writing the same original document into the new one.However when i write the output to the console,it gives me the expected answer.Something wrong with the write document utility. Here is my process READ DOCUMENT --> TOKENIZE --> FILTER TOKENS --> WRITE DOCUMENT Try the following Cut Document (with (\S+)

Can rapidminer extract xpaths from a list of URLS, instead of first saving the HTML pages?

落花浮王杯 提交于 2019-12-05 06:02:31
问题 I've recently discovered RapidMiner, and I'm very excited about it's capabilities. However I'm still unsure if the program can help me with my specific needs. I want the program to scrape xpath matches from an URL list I've generated with another program. (it has more options then the 'crawl web' operator in RapidMiner) I've seen the following tutorials from Neil Mcguigan: http://vancouverdata.blogspot.com/2011/04/web-scraping-rapidminer-xpath-web.html. But the websites I try to scrape have

Can rapidminer extract xpaths from a list of URLS, instead of first saving the HTML pages?

99封情书 提交于 2019-12-03 21:15:58
I've recently discovered RapidMiner, and I'm very excited about it's capabilities. However I'm still unsure if the program can help me with my specific needs. I want the program to scrape xpath matches from an URL list I've generated with another program. (it has more options then the 'crawl web' operator in RapidMiner) I've seen the following tutorials from Neil Mcguigan: http://vancouverdata.blogspot.com/2011/04/web-scraping-rapidminer-xpath-web.html . But the websites I try to scrape have thousands of pages, and I don't want to store them all on my pc. And the web crawler simply lacks

Test example set attributes should be equal to OR Superset of Training example set Rapidminer SVM

前提是你 提交于 2019-12-02 08:42:39
I am new to Rapid Miner and using SVM Linear in it. My model is as: I made Training Example set which consist of 3552 examples and just 2 attributes and I am doing nominal to numeric conversion, passing through SVM Linear model and then connecting model output in applying model. This is fine. In Test Example set, I have 735 examples with 2 attributes and doing nominal to numeric conversion and then applying this converted Example set to Applying Model. At this stage I am getting an error when I run the process, which says that: I searched a lot about this but did not get the right direction. I