pip install pycaret-nightly
use_gpu = True
in the setup function. There is no change in the use of the API, however, in some cases, additional libraries have to be installed as they are not installed with the default version or the full version. As of the latest release, the following models can be trained on GPU:pip install pycaret[nlp].
#egg=pycaret
part to explicitly name the project, this way pip can track metadata for it without having to have run the setup.py
script.