Skip to content

Commit

Permalink
import numpy as np for lines 22 and 49
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 31, 2018
1 parent 7b94fb2 commit bcadf26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions a00_boosting/a08_boosting.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import sys
reload(sys)
sys.setdefaultencoding('utf8')
import numpy as np
import tensorflow as tf

#main process for boosting:
Expand Down

0 comments on commit bcadf26

Please sign in to comment.