The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Copy and Paste Attribute List After Weighting
Hi,
After using the "nominal to binominal" operator to create hundreds of new variables and then using the "select by weight" operator, I have hundreds of variables that I would like to save using the "select attributes" operator with the "subset" option. I copied the variables from the weights table into Excel and have been manually copying and pasting them in (my goal is to use this subset to score unseen data in the future). Is there an easier way to do this other than manually copying and pasting one variable at a time?
The issue is that, using a split validation, I have a nice model working. But, the training data has been through a lot of preprocessing. When I try to apply the exact same preprocessing steps to the new data, the prediction scoring is not working (probably due to the fact that I am selecting variables based on the chi square weights of the training data that are not the same as the weights of the scoring data). I figured that selecting the variables and using them in a new process without trying to apply the same type of weight-based preprocessing would hopefully eliminate the scoring errors that i have been experiencing. Thanks!
After using the "nominal to binominal" operator to create hundreds of new variables and then using the "select by weight" operator, I have hundreds of variables that I would like to save using the "select attributes" operator with the "subset" option. I copied the variables from the weights table into Excel and have been manually copying and pasting them in (my goal is to use this subset to score unseen data in the future). Is there an easier way to do this other than manually copying and pasting one variable at a time?
The issue is that, using a split validation, I have a nice model working. But, the training data has been through a lot of preprocessing. When I try to apply the exact same preprocessing steps to the new data, the prediction scoring is not working (probably due to the fact that I am selecting variables based on the chi square weights of the training data that are not the same as the weights of the scoring data). I figured that selecting the variables and using them in a new process without trying to apply the same type of weight-based preprocessing would hopefully eliminate the scoring errors that i have been experiencing. Thanks!
Tagged:
0
Answers
Alternatively one way I can think of is to store a single example (you can do the whole lot if you feel like it) of your training data set as a reference and then use Reorder Attributes on your Scoring Data to select only the desired attributes.
See this hastily worked example.