--- title: "smoothed_hinge_loss: smoothed_hinge_loss" description: "Smoothed Hinge loss." author: VanMSFT ms.author: vanto ms.date: 07/15/2019 ms.service: sql ms.subservice: "machine-learning-services" ms.topic: "reference" keywords: - loss - smooth - hinge ms.devlang: python monikerRange: ">=sql-server-2017||>=sql-server-linux-ver15" --- # *microsoftml.smoothed_hinge_loss*: Smoothed hinge loss function ## Usage ``` microsoftml.smoothed_hinge_loss(smoothing_const: numbers.Real = 1.0) ``` ## Description Smoothed Hinge loss. ## Arguments ### smoothing_const Smoothing constant (settings). ## See also [`hinge_loss`](hinge-loss.md), [`log_loss`](log-loss.md), [`squared_loss`](squared-loss.md)