datasist
datasist copied to clipboard
Add function that plots the features against target to visualize the relationship using drawdown to select the particular feature
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