-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 61640c4
Showing
7 changed files
with
57,304 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Bond Liquidity Prediction, Goldman Sachs Quantify 2016 | ||
Solution of the given task of predicting the buying and selling volume of the corporate bonds by treating it as a time series problem. The details of the solution and the techniques implemented can be found in Documentation.pdf, and bonds.ipynb and bonds_ts.ipynb respectively. | ||
|
||
The solution achieved the 19th rank from around 130 participants in GS Quantify 2016. The problem statement can be found at https://www.hackerrank.com/contests/gs-quantify-2016/challenges/gs-quantify-2016-challenge-1/problem |
Oops, something went wrong.