This function enables visualization of the relation between numerical features and target mainly for linear regression by providing a drawdown to enable the user select the particular features.
An example Usage will be
def features_plot(df,target):
//code here
return widgets