What's Changed
Changed
- Set default behavior to not create a W&B Job (@KyleGoyette in #8907)
Removed
- Remove
wandb.Run.plot_tablemethod. The functionality is still available and should be accessed usingwandb.plot_table, which is now the recommended way to use this feature. (@kptkin in #8686) - Drop support for Python 3.7. (@kptkin in #8858)
Fixed
- Fix
ultralyticsreporting if there are no positive examples in a validation batch. (@Jamil in #8870) - Debug printing for hyperband stopping algorithm printed one char per line (@temporaer in #8955)
- Include the missing
log_paramsargument when calling lightgbm'swandb_callbackfunction. (@i-aki-y #8943)