The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

"Row Limit Question"

JonByfordJonByford Member Posts: 2 Contributor I
edited June 2019 in Help

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

Tagged:

Best Answer

  • JonByfordJonByford Member Posts: 2 Contributor I
    Solution Accepted

    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

Answers

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    Does the subprocess in the Loop add rows as a result of what you're Looping?

Sign In or Register to comment.