ModuleNotFoundError: No module named 'pandas' Conda Info active environment : base active env location : /home/joe0750/miniconda3 shell level : 1 user config file : /home/joe0750/.condarc populated config files : conda version : 23.3.1 conda-build version : not installed python version : ...
When I try to import "from pycaret.classification import *" I am getting "No module named 'xxhash'" although it is installed and is on version 0.8.2 I am running a miniconda environment with just Python 3.11.4 (although I also tried Python 3.10.12) and both environments give me the sa...
“high-value test” is extremely context-dependent. When I stand up a new test suite for broad tests, tests where you need to fire up a lot of infrastructure, mocked or otherwise, I usually start with a test namedwillItFloat(after the old Letterman bit) that only stands up the stack ...
Couldn't set cuML global output type Traceback (most recent call last): File"/home/ubuntu/.venv/practicus_ml/lib/python3.10/site-packages/pycaret/internal/pycaret_experiment/tabular_experiment.py", line351, in_initialize_setupimportcuml.common.memory_utilsModuleNotFoundError:No module named 'cuml...
Bug description using self.log with torch compile results in failure. pytorch/pytorch#103621 applied to mitigate "failed to reach fixed point" error with python 3.8 Pytorch lightning 2.0.5 used for the experiment What version are you see...