datasist icon indicating copy to clipboard operation
datasist copied to clipboard

Add function that plots the features against target to visualize the relationship using drawdown to select the particular feature

Open OLAMIDE100 opened this issue 3 years ago • 0 comments

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

OLAMIDE100 avatar Jul 27 '21 20:07 OLAMIDE100