I want to perform clustering using OPTICS in sklearn and I started with the example, but I am getting an error that I cannot import OPTICS. Any suggestions. Here is the example
from sklearn.cluster import OPTICS
ImportError: cannot import name 'OPTICS'