Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,195 changes: 1,098 additions & 1,097 deletions docs/src/common_workflows/entity_embeddings/notebook.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/src/common_workflows/entity_embeddings/notebook.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# employed in NLP architectures.

# In MLJFlux, the `NeuralNetworkClassifier`, `NeuralNetworkRegressor`, and the
# `MultitargetNeuralNetworkRegressor`` can be trained and evaluated with heterogenous data
# `MultitargetNeuralNetworkRegressor` can be trained and evaluated with heterogenous data
# (i.e., containing categorical features) because they have a built-in entity embedding
# layer. Moreover, they offer a `transform` method which encodes the categorical features
# with the learned embeddings. Such embeddings can then be used as features in downstream
Expand Down
2 changes: 1 addition & 1 deletion docs/src/common_workflows/entity_embeddings/notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categorical feature into a dense continuous vector in a similar fashion to how t
employed in NLP architectures.

In MLJFlux, the `NeuralNetworkClassifier`, `NeuralNetworkRegressor`, and the
`MultitargetNeuralNetworkRegressor`` can be trained and evaluated with heterogenous data
`MultitargetNeuralNetworkRegressor` can be trained and evaluated with heterogenous data
(i.e., containing categorical features) because they have a built-in entity embedding
layer. Moreover, they offer a `transform` method which encodes the categorical features
with the learned embeddings. Such embeddings can then be used as features in downstream
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cell_type": "markdown",
"source": [
"In MLJFlux, the `NeuralNetworkClassifier`, `NeuralNetworkRegressor`, and the\n",
"`MultitargetNeuralNetworkRegressor`` can be trained and evaluated with heterogenous data\n",
"`MultitargetNeuralNetworkRegressor` can be trained and evaluated with heterogenous data\n",
"(i.e., containing categorical features) because they have a built-in entity embedding\n",
"layer. Moreover, they offer a `transform` method which encodes the categorical features\n",
"with the learned embeddings. Such embeddings can then be used as features in downstream\n",
Expand Down
Loading