• wxchan's avatar
    support pickle (#151) · a034ceeb
    wxchan authored
    * 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
    a034ceeb
test_sklearn.py 4.95 KB