Calculate hamming distance
Name : The Hamming distance is a measure of the similarity between two strings of equal length. It is the number of positions at which the corresponding symbols are different. This can be useful for finding errors in data transmission, or for comparing two versions of a text document
Description: The Hamming distance calculates the number of differing bits between two equal-length binary strings, quantifying their dissimilarity or similarity
Input : Dataframe - The latest version of uploaded data
Output : Dataframe - Link to the saved Dataframe which is modified as per the function and Summary of the actions performed
Mandatory and Non-mandatory/Advanced hyperparameters required for the function are listed below
target_col
Save As New Table
Details of Hyperparameters are provided below
target_col
Target column
Columns in the Dataframe
Target column
Save As New Table
Option to choose whether the dataframe is to be saved as a new table
-
Last updated