create a predictive score including significant fields
Hi,
I created a model with a boolean variable goal. The name of the is Class.
After i would like to create a predictive score with additional data that includes the fields that is classified as the most important by Signal.
I did not understand the reason why by creating a score including fields in a first case and excluding them in another the values of model output does not change. I used the full range technique in all case.
The fields name are: bj_000 and ck_000.
An row example
case with 2 important fields includes:
|
bj_000 |
ck_000 |
class |
class_mo |
Feature_1_Name |
Feature_1_Weight |
Feature_2_Name |
Feature_2_Weight |
errorMessage |
|
0.3828125 |
1.0 |
false |
0.33333333333333337 |
bb_000 |
0.12 |
az_000 |
0.08000000000000002 |
|
case without important fields:
|
class |
class_mo |
errorMessage |
|
false |
0.33333333333333337 |
|
Does anyone have any suggestions?

