wingyiuc / dsw-project

1 stars 0 forks source link

change the categorical process and add KNN model #15

Closed vanessadada closed 4 months ago

chrystalquek commented 4 months ago

The linear regreesion notebook cannot be run due to changes in one hot categorical, needs to be fixed before merging.

vanessadada commented 4 months ago

The linear regreesion notebook cannot be run due to changes in one hot categorical, needs to be fixed before merging.

Because linear regression choose the columns that they need. I change the one hot encoding and the original columns changed. I do not know what columns that the linear regression model needs.

wingyiuc commented 4 months ago

Ok, I'll merge this first, and then change my linear regression accordingly.