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 cdb80dd commit 56653e6Copy full SHA for 56653e6
autointent/modules/scoring/_sklearn/scorer.py
@@ -9,7 +9,7 @@
9
from sklearn.utils import all_estimators
10
from typing_extensions import Self
11
12
-from autointent.context import Context, Embedder
+from autointent import Context, Embedder
13
from autointent.context.vector_index_client import VectorIndexClient
14
from autointent.custom_types import BaseMetadataDict, LabelType
15
from autointent.modules.scoring._base import ScoringModule
0 commit comments