Getting Familiar with the PyCaret Environment

Get familiarized with the Pycaret environment setup for the clustering task.

We'll cover the following

Initializing the PyCaret environment

After we complete EDA, we’ll use the setup() function to initialize the PyCaret environment. By doing this, we create a pipeline that prepares the data for model training and deployment. In this case, the default settings are acceptable, so we will not modify any of the parameters. Regardless, this powerful function has numerous data preprocessing abilities. To know more about this, refer to the documentation page of the PyCaret Clustering module.

After we run setup(), we get a table of useful information about its settings and parameters that is explained in detail below.

Get hands-on with 1200+ tech skills courses.