From 7c17459d785573eae3e63c701d932ff4229eb910 Mon Sep 17 00:00:00 2001 From: Yash Sanjay Bhalgat Date: Thu, 4 Apr 2019 04:35:02 -0400 Subject: [PATCH] Finalized README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 795caae..37c50f5 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ ensembling of different trained models. - During ensembling, we average the logit outputs of different models and then use them to get the predicted labels. In case of usine a single model, we just use the logit outputs (which are already dumped/saved) to compute the predicted labels. This is done using the `create_submission.py` file. +- `test.py` basically combines these two scripts' functionalities ## Miscellaneous Scripts 1. `create_features.py` - There were some other experiments I performed, like using a SVM classifier on top of a trained