Free community version

kksishtla
kksishtla New Altair Community Member
edited 2024 05 in Community Q&A

Hi all,

 

I am new to machine learning. I've recently downloaded the free version of RapidMiner. I am trying to figure out the different features. A couple of days ago I started running backward elimination but somehow it doesn't seem to work I mean it takes forever to run (I used the same operators as in the tutorial process flow).

 

Is it because the free version has a limitation of 10,000 data rows? My data file has 100K rows and 200 columns and I've taken a 50% random sample from it. 

 

Do I have to get a licensed version for this to work?

 

Thanks,

K

Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee

    Hi kkshishtla,

     

    which operator do you use inside the Backwards Elem? Some Machine learning operators run in O(N**3) so 10x the data means 1000x the runtime. 100.000x200 is to be honest quite a lot. I had a project with 80.000x180 and my neural net needed 6h. The new deep learning would be faster, but needs a license to get the full speed.

     

    ~Martin

  • kksishtla
    kksishtla New Altair Community Member

    Thanks, Martin.

     

    I used the k-NN operator. 

     

    Does the issue have to do anything with the free version limitation of #10,000 data rows?

     

    Thanks,

    K

  • IngoRM
    IngoRM New Altair Community Member

    Hi,

     

    Not with the row restriction, but the commercial version also offers parallel computing for some powerful learners which might speed up things considerably (depending on your hardware of course).

     

    Best,

    Ingo