Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def PlotLossesKeras(*args, **kwargs):
warnings.warn("From v0.3 onwards, use:\nfrom livelossplot.keras import PlotLossesCallback", DeprecationWarning)
from .keras import PlotLossesCallback
return PlotLossesCallback(*args, **kwargs)