NameError: name 'ClusterMixin' is not defined

Issue #1084 resolved
Benjamin Jakimow created an issue

EnMAP-Box cannot be started if scikit-learn is not installed

File "enmap-box\enmapboxprocessing\typing.py", line 77, in ClustererDump
clusterer: Optional[Union[ClusterMixin, Pipeline]] = None
NameError: name 'ClusterMixin' is not defined

Comments (3)

  1. Log in to comment