2

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

Error Message Received

Can you help me to fix this? Thanks in advance .

Eshank Jain
  • 169
  • 3
  • 14

1 Answers1

0

Have you tried

pip install --upgrade scikit-learn
egorulz
  • 1,455
  • 2
  • 17
  • 28