Skip to main content



Supervised Recipe Specifications

Learning RateStep size of metric learning algorithm. Small values can lead to longer run times and large values can lead to overfitting.
ThresholdFor binary classification, the minimum probability for a prediction to be considered as true.
Class ColumnThe dataset column to use as the class.
Feature SubsamplingRatio of randomly subsampled features in each iteration of the metric learning algorithm. Randomization provides diversity in the resulting similarity metric.
Class WeightingUNIFORM gives the same weight to all classes. NORMALIZED takes into account class imbalance.
IterationsNumber of iterations of the metric learning algorithm.