Skip to content

Commit

Permalink
Finalized README
Browse files Browse the repository at this point in the history
  • Loading branch information
yashbhalgat authored Apr 4, 2019
1 parent 8ffab63 commit 7c17459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c17459

Please sign in to comment.