5

Title. For some reason, xgboost isn't showing up as an option for models I can use in pycaret's regression module. I've installed it as needed

link to colab

rbb
  • 89
  • 1
  • 5

1 Answers1

8

I was facing the same issue while working on Google Colab. Instead of doing a normal pip install pycaret, do a full install pip install pycaret[full]. You can test what all models you have available by running models() after you have finished setting up the experiment using setup().