Commits


wxchan authored and Guolin Ke committed a034ceeb3aa
support pickle (#151) * support pickle * add pickle/joblib test; change test_basic to unittest * remove file for deepcopy * fix tests * test basic predict from file * Revert "test basic predict from file" This reverts commit 60d2c3158537fd56081f60f1d6d120cedd782887. * test predict from file * use tempfile for copy & pickle * use tempfile w/o binary mode * clean test