Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 725 Bytes

smoothed-hinge-loss.md

File metadata and controls

52 lines (30 loc) · 725 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic keywords ms.devlang monikerRange
smoothed_hinge_loss: smoothed_hinge_loss
Smoothed Hinge loss.
VanMSFT
vanto
07/15/2019
sql
machine-learning-services
reference
loss
smooth
hinge
python
>=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