Skip to content

Commit f0c4fc8

Browse files
committed
Minor fix
1 parent 5135169 commit f0c4fc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autointent/modules/scoring/_catboost/catboost_scorer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def get_classification_model_config(self) -> dict[str, Any]:
128128
def get_implicit_initialization_params(self) -> dict[str, Any]:
129129
return {
130130
"classification_model_config": self.classification_model_config.model_dump(),
131-
"encoding": self.encoding, # type: ignore [attr-defined]
132131
}
133132

134133
def _load_embedder(self) -> Any: # noqa: ANN401

0 commit comments

Comments
 (0)