Skip to content

Commit

Permalink
Merge branch 'tfidf-pca' of https://github.com/rcap107/skrub into tfi…
Browse files Browse the repository at this point in the history
…df-pca
  • Loading branch information
rcap107 committed Dec 16, 2024
2 parents d9242fa + b103ca6 commit b8ee33d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions skrub/_string_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class StringEncoder(SingleColumnTransformer):
Encode string columns as a numeric array with the minhash method.
GapEncoder :
Encode string columns by constructing latent topics.
SimilarityEncoder :
Encode string columns as a numeric array with n-gram string similarity.
TextEncoder :
Encode string columns using pre-trained language models.
Expand Down

0 comments on commit b8ee33d

Please sign in to comment.