A program to recognize and reward our most engaged community members
How do I generate betas coefficients or variable influence for algorithms such as SVM, similar to the betas in Logistic Regression?
Is it possible to output standardized betas in Logistic Regression and other algorithms?
How do I use the lift chart node? I haven't had success placing the lift chart node after model applier node, a chart pops up with the message : "No data points available (yet)"
<operator name="Root" class="Process" expanded="yes"> <operator name="ExampleSetGenerator" class="ExampleSetGenerator"> <parameter key="target_function" value="sum classification"/> </operator> <operator name="XValidation" class="XValidation" expanded="yes"> <operator name="MyKLRLearner" class="MyKLRLearner"> </operator> <operator name="OperatorChain" class="OperatorChain" expanded="yes"> <operator name="LiftChart" class="LiftChart"> </operator> <operator name="ModelApplier" class="ModelApplier"> <list key="application_parameters"> </list> <parameter key="keep_model" value="true"/> </operator> <operator name="Performance" class="Performance"> </operator> </operator> </operator></operator>
Is it possible to output a decile lift table?