Here I used LazyPredict as well as the Logistic Regression to predict the user's activity based on the various features extracted. And found that a model called ExtraTreeClassiffer had low computation and a higher accuracy score then the Logistic Regression Model.
I then had a meeting with Jon to disscuss these results.
Today's Plan:
Personalised Model
Research K fold validation
Make personalised model data from the WIDMS data set
Using k fold validation train various classification models on personalised data of a single user
Repeat with all the 36 users data
Compare model accuracy of personalised data with impersonalised data
General Notes:
Feature Engineering tutorial
ExtraTreeClassiffer
had low computation and a higher accuracy score then the Logistic Regression Model.Today's Plan:
Personalised Model