File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Confidence can be disabled by the `use_confidence` parameter of the predict meth
156156The`model_weight` can be set for each model in the configuration file (default : 1). This is used to favor a certain
157157model independently of a given class.
158158` Trust` is based on the model's performance on a validation set. After training, we evaluate the Machine Learning models
159- on a validation set for each class. If the `ensemble_type` is set to `wmv-f1`, the trust is calculated as $F1^ 6.25$.
159+ on a validation set for each class. If the `ensemble_type` is set to `wmv-f1`, the trust is calculated as F1-score $^{ 6.25} $.
160160If the `ensemble_type` is set to `mv` (the default), the trust is set to 1 for all models.
161161
162162# ## Inconsistency resolution
You can’t perform that action at this time.
0 commit comments