docs: fix typo

This commit is contained in:
straile 2024-11-22 09:38:27 +01:00
parent efdeccce17
commit 9df43999b0

View File

@ -304,7 +304,7 @@ The default implementation uses no scaling or transformations.
- `assign_clusters(df)` [*function*]: Must return a vector of length - `assign_clusters(df)` [*function*]: Must return a vector of length
`nrow(predictions)` that contains cluster labels as 0/1. According to these `nrow(predictions)` that contains cluster labels as 0/1. According to these
labels, two separate models will be used for inference and training. Cluster labels, two separate models will be used for inference and training. Cluster
assignemnts can e.g. be done for the reactive and non reactive parts of the assignments can e.g. be done for the reactive and non reactive parts of the
field. field.
- `model_reactive_file_path` [*string*]: Path to the Keras model file with - `model_reactive_file_path` [*string*]: Path to the Keras model file with