--- # required metadata title: "smoothed_hinge_loss: smoothed_hinge_loss" description: "Smoothed Hinge loss." keywords: "loss, smooth, hinge" author: WilliamDAssafMSFT ms.author: wiassaf manager: "cgronlun" ms.date: 07/15/2019 ms.topic: "reference" ms.prod: "sql" ms.technology: "machine-learning-services" ms.service: "" ms.assetid: "" # optional metadata ROBOTS: "" audience: "" ms.devlang: "Python" ms.reviewer: "" ms.suite: "" ms.tgt_pltfrm: "" ms.custom: "" 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)