Can anyone explain me what is happening in the given section of code?

后端 未结 0 1672
说谎
说谎 2021-01-23 22:02
for feature in categorical_features:
    temp=dataset.groupby(feature)[\'SalePrice\'].count()/len(dataset)
    temp_df=temp[temp>0.01].index
    dataset[feature]=np.w         


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