Skip to content

Commit 3b44781

Browse files
committed
fix formatting error in the docs for entity embedding
1 parent 2d2463c commit 3b44781

File tree

4 files changed

+1101
-1100
lines changed

4 files changed

+1101
-1100
lines changed

docs/src/common_workflows/entity_embeddings/notebook.ipynb

Lines changed: 1098 additions & 1097 deletions
Large diffs are not rendered by default.

docs/src/common_workflows/entity_embeddings/notebook.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# employed in NLP architectures.
1010

1111
# In MLJFlux, the `NeuralNetworkClassifier`, `NeuralNetworkRegressor`, and the
12-
# `MultitargetNeuralNetworkRegressor`` can be trained and evaluated with heterogenous data
12+
# `MultitargetNeuralNetworkRegressor` can be trained and evaluated with heterogenous data
1313
# (i.e., containing categorical features) because they have a built-in entity embedding
1414
# layer. Moreover, they offer a `transform` method which encodes the categorical features
1515
# with the learned embeddings. Such embeddings can then be used as features in downstream

docs/src/common_workflows/entity_embeddings/notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categorical feature into a dense continuous vector in a similar fashion to how t
1313
employed in NLP architectures.
1414

1515
In MLJFlux, the `NeuralNetworkClassifier`, `NeuralNetworkRegressor`, and the
16-
`MultitargetNeuralNetworkRegressor`` can be trained and evaluated with heterogenous data
16+
`MultitargetNeuralNetworkRegressor` can be trained and evaluated with heterogenous data
1717
(i.e., containing categorical features) because they have a built-in entity embedding
1818
layer. Moreover, they offer a `transform` method which encodes the categorical features
1919
with the learned embeddings. Such embeddings can then be used as features in downstream

docs/src/common_workflows/entity_embeddings/notebook.unexecuted.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"cell_type": "markdown",
3030
"source": [
3131
"In MLJFlux, the `NeuralNetworkClassifier`, `NeuralNetworkRegressor`, and the\n",
32-
"`MultitargetNeuralNetworkRegressor`` can be trained and evaluated with heterogenous data\n",
32+
"`MultitargetNeuralNetworkRegressor` can be trained and evaluated with heterogenous data\n",
3333
"(i.e., containing categorical features) because they have a built-in entity embedding\n",
3434
"layer. Moreover, they offer a `transform` method which encodes the categorical features\n",
3535
"with the learned embeddings. Such embeddings can then be used as features in downstream\n",

0 commit comments

Comments
 (0)