JZwamborn / Climate-pred-CCM

Repository for the final project of Cognitive Computational Modeling of Language and Web Interaction
0 stars 0 forks source link

Classifier #4

Open JZwamborn opened 6 years ago

JZwamborn commented 6 years ago

Set up classifier(s) Try different ones - RF, Ridge Regression, GBM, etc

JZwamborn commented 6 years ago

Winner used Ridge regression on features as descriped in #2 comments. Runner up used 24 classifers and used the prediction of these classifiers as features for a gradient boosting machine to finalize classification

luukru commented 6 years ago

I'll do this in the coming days. I'll start with RF and Ridge Regression and try some GridSearch stuff.