BlockedTransformer.WoETargetEncoder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Weight of Evidence encoding is a technique used to encode categorical variables. It uses the natural log of the P(1)/P(0) to create weights.
public static Azure.ResourceManager.MachineLearning.Models.BlockedTransformer WoETargetEncoder { get; }
static member WoETargetEncoder : Azure.ResourceManager.MachineLearning.Models.BlockedTransformer
Public Shared ReadOnly Property WoETargetEncoder As BlockedTransformer
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET