Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 931 Bytes

File metadata and controls

64 lines (38 loc) · 931 Bytes
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
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, log_loss, squared_loss