gradient boosted trees application

klugmanUser: "klugman"
New Altair Community Member
Updated by Jocelyn
After I got a model, I want to apply it outside rapidminer - for example on BI model. Where can I find the formula that calculated the prediction?

Find more posts tagged with

Sort by:
1 - 1 of 11
    varunm1User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Updated by varunm1
    Hello @klugman

    Do you want to extract gradient boosted tree predictions and create a visualization? 

    If so you can extract predictions from the apply model operators. You can also store the trained model using the "Store" operator in rapidminer and retrieve this to apply on a new dataset for predictions in rapidminer. I don't think you can apply the trained model outside of rapidminer environment.

    Gradient boosted trees are additive models and there won't be a single equation that can be extracted from the model.