use-sklearns-pipeline-std scaler and logistic regression within GridsearchCV

前端 未结 0 1262
星月不相逢
星月不相逢 2020-11-29 23:30

I am confused after reading the thread below

It says there would be data leakage issue in the following code

clf = make_pipeline(StandardScaler(), 
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题