Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 725 Bytes

File metadata and controls

52 lines (30 loc) · 725 Bytes
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, log_loss, squared_loss