QEDan / quora-insincere

Private team repo for Quora Insincere Questions Kaggle competition
0 stars 0 forks source link

Create a configuration file #7

Closed QEDan closed 5 years ago

QEDan commented 5 years ago

Configuration file containing most important hyperparameters and modeling decisions.

QEDan commented 5 years ago

Shit. We can't use external files when submitting. Will have to make the configuration file a python file so that it works with stickytape.

QEDan commented 5 years ago

I made a merge for the config file. It doesn't really handle the models in Models.py because I'm not sure of the best way to handle configuring and searching through models since the file is supposed to be low-commitment experimental models already. I'll close this and we can open a new issue if we want to make the modeling more flexible.

QEDan commented 5 years ago

The kaggle API doesn't support retrieving output from specific versions of the kernel. Therefore, we have to manually go through the results to find the best performing configurations.