This lab demonstrates my knowledge related to A/B testing and analysis including data explorating and processing skills.
This hypothesis testing codethrough uses pandas
to clean up a dataset and perform some EDA, then perform statistical tests and interpret their results in order to answer some business questions.
This codethrough example applies various preprocessing techniques with scikit-learn (sklearn
) to the Ames Housing dataset in order to prepare the data for predictive modeling. The main emphasis here is on preprocessing (not EDA or modeling theory).