Commits


wxchan authored and Guolin Ke committed 76c44d786af
refine compatibility (#186) * add compat.py * unify types * range/xrange -> range_ * move argc_ to compat.py; add is_numeric error type * use simplejson for json * move json to compat.py * move pandas to compat.py * move sklearn to compat.py * remove unused function * fix 'unify types' * argc_ (lambda -> def)