All functions

clean_data()

Clean and return dataframe Loads dataframe, removes Nan rows, strips whitespaces, converts columns to lowercase and returns a clean dataframe

fit_classifier()

Fit dummy classifier and Logistic regression models

fit_regressor()

Fit dummy regressor and linear regression models

plot_corr()

Returns correlation plot for all the columns in dataset

plot_distributions()

Returns numerical distribution plots on either all the numeric columns or the ones provided to it