New! Use Simple ML for Sheets to apply machine learning to the data in your Google Sheets Read More

tfdf.keras.set_training_logs_redirection

Stay organized with collections Save and categorize content based on your preferences.

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".