How can I control the iterations of the mitigation algorithm?

2 vues

Réponse

You can use the `maxIters` parameter to set the maximum number of iterations for the exponentiated gradient reduction algorithm (default is 10) and the `learningRate` parameter to define the step size for updates (default is 0.01).
Did this answer help you?
mitigateBias

fairAITools

See technical action