diff --git a/doc/_templates/index.html b/doc/_templates/index.html index a008111f7..0e5a6a192 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -70,13 +70,13 @@

Encoding

TableVectorizer: turn a pandas dataframe into a numerical array for -machine learning. Example

+machine learning. Example

GapEncoder, OneHotEncoder but robust to typos or non-normalized categories. Example

+class="reference internal" href="auto_examples/02_feature_interpretation_with_gapencoder.html#example-gap-encoder">Example