Open kdubovikov opened 7 years ago
Thanks, but it won't work with Python 2 now, will it?
Yes, you are right. I will manage this with from __future__ import print_function
and update the PR. Then it will work with Python 2 and 3 simultaneously
UPDATE please see new commit, you may check if it works with Python 2 now
You haven't updated all the print
s in defs/*
and defs_regression/*
, though
Hi, I have migrated the codebase to Python 3 and fixed a bug in defs/xgb.py. Hope this will be useful