Does RM use XGBoost / LightGBM/ARMINA/ETS/ Autokeras/FBProphet/Scikit-Learn.

paulgureghianpaulgureghian MemberPosts:3Learner I
edited December 2018 inHelp

What algorithms does RM use in the trial / free version ?

Tagged:

Answers

  • Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635Unicorn

    The free version has all the same algorithmic capabilities as the advanced versions, the limitations are mainly around the amount of data that can be processed. There are native RapidMiner operators for many of these algorithms (Gradient Boosted Trees, Deep Learning, etc.) and in general any python or R algorithm would be available via the scripting extensions for those languages.

    Brian T.
    Lindon Ventures
    Data Science Consulting from Certified RapidMiner Experts
    sgenzer
  • rfuentealbarfuentealba Moderator, RapidMiner Certified Analyst, Member, University ProfessorPosts:568Unicorn

    To complement what my sensei@Telcontar120said: if you want to take a look at the RapidMiner operators, you just have to open RapidMiner Studio and see what is in theOperatorspanel. These are divided intoClassification,分割and others. Most of these are quite well documented on theHelppanel, with example processes and exercises.

    If these aren't enough (believe me, it takes a long way to find something that isn't there), you can find extensions to work with Keras, MonkeyLearn, Aylien and others, and there are two extensions to work with Python (I was able to make it work with the default Python installation from Mac, but believe me, you want Anaconda but you might haven't realized it yet), and R. The Marketplace is super easy to use.

    All the best,

    Telcontar120 sgenzer
Sign InorRegisterto comment.