python anaconda is used in the processing of the imbalance data packet imblearn

 

For modeling, data processing imbalance, we want to use the method of data SMOTEENN balancing process, which requires to download the corresponding packet imblearn
 
Initially directly from anaconda in:
conda install  imblearn
It is given that there is no corresponding source packet
 
Then install the statement changed to read:
conda install -c glemaitre imbalanced-learn
Successful installation

Guess you like

Origin www.cnblogs.com/liuys635/p/12288618.html