I am trying to use Pycaret to do classification for an imbalanced dataset
I installed Pycaret 2.3.1 and have sklearn 0.23.2
When I use the code
from pycaret.classification import *
I get the error
Can you help me to fix this? Thanks in advance .