Skip to content

Commit

Permalink
Update src/mlj_embedder_interface.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
EssamWisam authored Jan 20, 2025
1 parent b879986 commit 9811554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlj_embedder_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Train the machine using `fit!(mach)`.
# Hyper-parameters
- `model`: The supervised MLJFlux neural network model to be used for entity embedding.
This must be one of these: `MLJFlux.NeuralNetworkClassifier`, `NeuralNetworkBinaryClassifier`
This must be one of these: `MLJFlux.NeuralNetworkClassifier`, `NeuralNetworkBinaryClassifier`,
`MLJFlux.NeuralNetworkRegressor`,`MLJFlux.MultitargetNeuralNetworkRegressor`. The selected model may have hyperparameters
that may affect embedding performance, the most notable of which could be the `builder` argument.
Expand Down

0 comments on commit 9811554

Please sign in to comment.