The rapidminer tag has no wiki summary.
2
votes
1answer
256 views
RapidMiner Sentiment Analysis
I have a collection of short messages classified as positive or negative which is saved in an ARFF file genereated in WEKA. I would like to move this data to RapidMiner for classification and ...
2
votes
3answers
701 views
In Rapidminer once I import a data set how do I change the type of a column?
I've imported a datset into Rapidminer 5 and one of the columns that was supposed to be nominal or polynomial was set as a numeric. My data set has over 500 attributes so I don't really want to have ...
1
vote
1answer
81 views
Can rapidminer extract xpaths from a list of URLS, instead of first saving the HTML pages?
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 ...
1
vote
1answer
132 views
Data mining for significant variables (numerical): Where to start?
I have a trading strategy on the foreign exchange market that I am attempting to improve upon.
I have a huge table (100k+ rows) that represent every possible trade in the market, the type of trade ...
1
vote
1answer
344 views
recall and precision in rapidminer
there is a dataset in excel containing some labels in column A(I call it cluster label) and some attributes in column B(I call them cluster component). These data show the best clustering result.
...
1
vote
0answers
233 views
RapidMiner - can import of MySQL table data also specify attribute roles in 5.1.006?
Using RapidMiner, I'm importing a MySQL table.
The import process doesn't seem to allow the specification of role against the columns ie. I want to nominate a field as a Label, one as an ID etc.
I ...
1
vote
2answers
270 views
Runtime pompt for Rapidminer
I have been using Rapidminer and created a series of processes which preform a standard set of tasks. Now, I want allow the user to dynamically set the parameters of a process at the start.
For ...
0
votes
0answers
5 views
How can I use RapidMiner to detect very week associations in a large dataset?
I have a huge dataset of book titles and their authors and would like to find which authors are more likely to work with each other! I'm trying to figure it out by the association rules and fp-growth ...
0
votes
0answers
9 views
Normalization in Clustering with Educational Data
I am using a large dataset from the World Bank (thanks to their Open Data Initiative - I'm not cool enough to get the super-secret datasets). The data is dealing with Education, all types and sorts of ...
0
votes
1answer
105 views
Import LISP data to RapidMiner (CSV,…)
I have data in LISP form and I need to process them in RapidMiner. I am new to LISP and to RapidMiner aswell. RapidMiner doesn't accept the LISP (I guess it's because it is programming language) so I ...
0
votes
1answer
49 views
Data mining libraries that easily integrate with Free Pascal?
I have been experimenting with different approaches for pattern matching, analyzing, and predicting time-series data.
Since I have no professional experience in data mining or related fields I came ...
0
votes
1answer
149 views
Suitable platform for Dashboard: Pentaho, Liferay, RapidMiner or J2EE (JSF, EJB)
I'm evaluating platform for build dashboard using Java technology only and I want to know the best suitable to this.
I'm looking for solution in these categories:
Easy to develop, programming, ...
0
votes
0answers
115 views
“The example set contains non-nominal attribute sum(itemCount)_1239332 which is not allowed for FP Growth”
I've just used the template for Market Basket analysis (ie File -> Open Template -> Market Basket) on version 5.1.011
I have approx 100k rows to import.
I've imported my data as customerId (nominal) ...
0
votes
0answers
143 views
Install Oracle Express JDBC driver for RapidMiner in Windows
I have Oracle Express Edition 10g 10.2.0.1 installed on Windows. I am trying to read tables through RapidMiner 5. How do I correctly setup the JDBC driver in RapidMiner to allow me access the DB?
0
votes
1answer
299 views
Rapid Miner 101
I'm back with a question. I'm playing with Rapid Miner for automatic text classification and cant get it work. I'm getting an error that says, "no example set in the example, offending operator ...
0
votes
2answers
206 views
Rapid miner: CSV with real numbers with commas instead of dots
I have a problem importing a CSV file with RapidMiner.
Floating point values are written with commas instead of the separating dot between the integer and decimal values.
Anyone know how to import ...
-6
votes
4answers
134 views
simple sentiment analysis with java
I am very new to Sentiment analysis. How can I judge if a given word or sentence is positive or negative. I have to implement it with java. I tried to read something like lingpipe, rapidminer ...