We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b5c85 commit 80f1ea9Copy full SHA for 80f1ea9
cebra/integrations/sklearn/cebra.py
@@ -371,7 +371,7 @@ def _load_cebra_with_sklearn_backend(cebra_info: Dict) -> "CEBRA":
371
return cebra_
372
373
374
-class CEBRA(BaseEstimator, TransformerMixin):
+class CEBRA(TransformerMixin, BaseEstimator):
375
"""CEBRA model defined as part of a ``scikit-learn``-like API.
376
377
Attributes:
0 commit comments