Partial retrieve of example set
Hi rapidminers,
Small question, by any chance is there a possibility of 'partial retrieve' of an example set in RM? For example, if I have example set of 1,000,000 rows and I want to perform some kind of 'filter examples' without first retrieving the whole example set from a repository?
Thanks.
Best Answer
-
Hello @kypexin - so that's an interesting question. Not from a locally-stored repository from what I know. In general when I have a dataset that large and wish to pull pieces of it for analysis in RapidMiner, I will put it in SQL database and then use a query to pull what I need.
Scott
0
Answers
-
Hello @kypexin - so that's an interesting question. Not from a locally-stored repository from what I know. In general when I have a dataset that large and wish to pull pieces of it for analysis in RapidMiner, I will put it in SQL database and then use a query to pull what I need.
Scott
0 -
yes I would say so. Any dataset that has trouble being loaded locally should probably just be queried from a database.
Scott0