Setting a random_state has no effect since shuffle is False. You should leave random_state to its default (None), or set shuffle=True.
getting this error while using pycaret 2.2.2 version
any suggestions please
tried by making shuffle= True and randome_state to none as well .it didnt help