Custom Python function that calculates the Weight of Evidence and Information Value for a given feature. This bivariate method of feature selection is used to determine the relationship between a dependent variable and an independent dichotomous variable.
information_value.pycontains the custom functions that calculate Information Valuestutorial.ipynbshows the user how to use the functions