Data-Science-Notes icon indicating copy to clipboard operation
Data-Science-Notes copied to clipboard

关于特征重要度计算时的问题

Open feifei-python opened this issue 5 years ago • 0 comments

使用我自己的数据集时,前面画相关性图时都没有报错,直到使用这句代码fs.identify_zero_importance(task = 'classification', eval_metric = 'auc', n_iterations = 10, early_stopping = True) 报错为:y contains new labels: [ 628 1396 1476 1800 2076 3620 3814 3832 3840 4246 4392 4398 4500 4536],但是我检查数据之后没有发现new labels,请问是什么原因呢?非常感谢您的开发!!

feifei-python avatar Nov 06 '20 13:11 feifei-python