softmax_ax1

lightautoml.tasks.losses.lgb_custom.softmax_ax1(x)[source]

Softmax columnwise.

Parameters

x (ndarray) – input.

Return type

ndarray

Returns

softmax values.