"""Custom types for scikit-learn related objects."""# -*- coding: utf-8 -*-## This file is subject to the terms and conditions defined in# file 'LICENSE.txt', which is part of this source code package.##fromtypingimportUnionfromsklearn.baseimport(BaseEstimator,BiclusterMixin,ClassifierMixin,ClusterMixin,DensityMixin,MultiOutputMixin,OutlierMixin,RegressorMixin,TransformerMixin,)