tfdf.keras.set_training_logs_redirection

Controls the redirection of training logs for display.

The default value ("auto") should be satifying in most cases. If the training is stuck before training, call set_training_logs_redirection(false). If you don't see the training logs (even through the model created with verbose=2), call set_training_logs_redirection(true).

value Redirection. Can be False, True or "auto".