Auto_ViML icon indicating copy to clipboard operation
Auto_ViML copied to clipboard

Fix broken imports

Open ViridianMelody opened this issue 1 year ago • 0 comments

Fixing a couple broken imports:

  • imbalanced_ensemble -> imbens
  • scipy.interp -> numpy.interp
    • scipy.interp has been removed as of scipy version 1.12 in favor of numpy.interp

ViridianMelody avatar Jul 09 '24 19:07 ViridianMelody