Installation of PyCaret
Explore how to install PyCaret version 2.3.4 along with required dependencies such as Python 3, JupyterLab, Spacy English language model, and Streamlit. Understand best practices like creating a conda environment to avoid package conflicts and learn to use Jupyter notebooks for running machine learning code effectively.
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 ...