Skip to content

Instantly share code, notes, and snippets.

@kprav33n
Created July 13, 2020 02:16
Show Gist options
  • Save kprav33n/dd1861da021a1ce378fc97aac7cbbf04 to your computer and use it in GitHub Desktop.
Save kprav33n/dd1861da021a1ce378fc97aac7cbbf04 to your computer and use it in GitHub Desktop.
> /home/praveen/omscs/ml4t/src/strategy_evaluation/grade_strategy_learner.py(213)test_strategy()
-> if not((in_trades_1 == in_trades_2).all()[0]):
(Pdb) in_trades_1
ML4T-220
Date
2008-01-02 1000
2008-01-03 0
2008-01-16 0
...
[99 rows x 1 columns]
(Pdb) in_trades_2
ML4T-220
Date
2008-01-02 1000
2008-01-03 0
2008-01-16 0
2008-01-25 -2000
...
2009-12-31 0
[99 rows x 1 columns]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment