Installation of PyCaret
Learn how to install and set up PyCaret on your local machine.
Software requirements
The code in this course should work on all major operating systems, that is, Microsoft Windows, Linux, and Apple macOS. We’ll need Python 3 and JupyterLab installed on our computer. Another useful tool is Anaconda, a machine learning and data science toolkit that includes numerous helpful libraries and software packages. Anaconda can be freely downloaded at this link. Alternatively, you can use a cloud service like Google Colab to run Python code without worrying about installing anything on your machine.
Installing PyCaret
The PyCaret library can be installed locally by executing the following command on your Anaconda terminal. You can also execute the same command on ...