CelestinoXP
CelestinoXP
Hi @JamesMcGuigan , i don't understand what you want to do... install pycaret with all dependencies? full pycaret? Suggestion: Python 3.7 is no longer advisable, use python 3.8 or python...
> @celestinoxp Are you aware of any way to automatically restart the kernel using a programmatic approach? This is a feature of Google Colab as far as I understand and...
Hi, The problem may be from python 3.7 (no longer recommended). I suggest, you create a new environment with python 3.8 or python 3.9.
[logs.log](https://github.com/pycaret/pycaret/files/8504524/logs.log)
cuML not support windows. Only works on windows via Windows WSL.
and we also have to solve this problem of having a feature with only 1 occurrence and pycaret gives an error, because this feature is not the target. Imagine it...
Can check line 559? i added manualy in my notebook this line f"{self.X[key]}", but i think you should analyse that. @tvdboom are you the author of this file ... pycaret\internal\preprocess\preprocessor.py?...
> Hi, the issue is fixed in https://github.com/pycaret/pycaret/pull/2839. I clarified the message and changed it from error to warning. The reason it should not be an error is because users...
> > and we also have to solve this problem of having a feature with only 1 occurrence and pycaret gives an error, because this feature is not the target....
Hi @msdumanlc, It looks as though you have the newest labextension, however i think the problem is from python 3.7. Try create new environment with python 3.8 or python 3.9,...