MLHyperparameterTuning
MLHyperparameterTuning copied to clipboard
Use Python logging in scripts
Mat: Instead of using print statements in the scripts use Python logging. Only reason is you can add debug logging statements that people can turn on or off. Print is fine in notebooks but when running things on clusters sometimes it is nice to have a verbose mode.