Here are projects I worked on.
Analyse the loss of airline client
This project is about data analysis on the airline clients. Descriptive analysis on features of customers. Then it follows with predicting if customers still choose the company.
Related packages: Pandas Numpy Sklearn Matplotlib
Text Multilabel Classification using BERT
This is a course project, applying BERT in text classification. The project will go through the entire process of the task.
Related packages: Pytorch Transformers Pandas Sklearn