wd1969
wd1969
I found that the auc obtained in the 10 trainings are different, is it possible to remove the auc which is bad, and accumulate the remaining feature_importances_ Thank you
in S_Dbw_result(self) 74 compute the final result 75 """ ---> 76 return self.Dens_bw()+self.Scat() in Dens_bw(self) 53 if i==j: 54 continue ---> 55 result += self.density([i,j])/max(density_list[i],density_list[j]) 56 return result/(self.k*(self.k-1)) 57 ZeroDivisionError:...