How to extract data from a specific step in a Python (imblearn).pipeline?

前端 未结 0 468
囚心锁ツ
囚心锁ツ 2020-12-29 07:33

Having the following imblearn.pipeline

temp = Pipeline([
        (\'ct\', ct), 
        (\'scale\', scaler), 
        (\'oversample\', oversample         


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