May 2018
Beginner to intermediate
364 pages
7h 43m
English
To install the Python package called contrastive, we issue the following command after launching the Anaconda prompt:
pip install contrastive
The following screenshot shows the top part of the installation:

Using the dir() and print() functions, we could find more information about a function embedded in the Python package:
from contrastive import cluster x=dir(cluster) print(x)
The output is shown here:

Read now
Unlock full access