"Row Limit Question"

User: "JonByford"
New Altair Community Member
Updated by Jocelyn

I'm using the free edition of RapidMiner Studio, which limits me to 10,000 rows of data.

 

Does anyone know how the limit is implemented with respect to loops?

 

I have a process that uses 4300 rows of data, but when entering a loop I hit the 10,000 row limit.

 

Thanks,

Jon

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "JonByford"
    New Altair Community Member
    OP
    Accepted Answer

    Yes, I have a process documents step that creates n-grams without any pruning. I'm pretty confident this is the problem, I'd assumed that it was the process that had the row limit rather than every operator within it.

     

    Adding some pruning to the process docs step has solved the issue, without a material impact on the outcome.

     

    Thanks,

     

    Jon