Closed hristochr closed 4 years ago
Dear hristochr,
Actually the conceptdrift has been moved to a different package.
You could retrieve it by installing pm4pyclustering from Pypi (pip install -U pm4pyclustering)
Then the commands are the same, but instead of PM4Py you need to use PM4PyClustering, example:
from pm4pyclustering.algo.other.conceptdrift.utils import get_representation
Sincerely Alessandro
I am attempting to make a cluster analysis. The import statement:
from pm4py.algo.other.conceptdrift.utils import get_representation
returns the following error:`ModuleNotFoundError Traceback (most recent call last)