Hi all,
In my dataset, i have one ID key with 100 features and target column. After using feature filtering function, i select top 50 feature for the prediction. the problem is, after i covert my experiment to predictive experiment, i still need to report final result as: id, scored label.
i found id column was missed in the predictive experiments and was not included in the SCORE MODLE - Probably due to feature filtering process.
How can i include ID column back to the final score model ?
thx.
