graphing coefficients

staskhalitovstaskhalitov MemberPosts:3Contributor I
edited December 2018 inHelp

Is there a way to graph the coefficients from a Numerical Attribute? ... to observe the factor difference from the lowest to the highest?

For example, say i have a numerical attribute that is 'Age of Driver', and i use it in a GLM.

My output would look like this:

Attribute | Coefficient

Age of Driver | 0.001

How do i visually see that the factor for 18yo is 1.018 and for a 60yo is 1.062 ... assuming log link.

Ideally i want to recreate the Emblem view where i have all of these in one graph: (model factor, model average, actual observed, exposure weight)

Tagged:

Answers

  • lionelderkrikorlionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn

    Hi@staskhalitov,

    Here a beginning of solution in this process :





    <宏/ >






























    < portSpacing port="source_input 1" spacing="0"/>
    < portSpacing port="sink_result 1" spacing="0"/>
    < portSpacing port="sink_result 2" spacing="0"/>
    < portSpacing port="sink_result 3" spacing="0"/>
    < portSpacing port="sink_result 4" spacing="0"/>



    Regards,

    Lionel

    sgenzer
Sign InorRegisterto comment.