Skip to content
Snippets Groups Projects
Select Git revision
0 results

test_search.py

  • Raghav RV's avatar
    868a58b2
    [MRG+1] FIX Make sure GridSearchCV and RandomizedSearchCV are pickle-able (#7594) · 868a58b2
    Raghav RV authored
    * FIX Subclass a new MaskedArray which allows pickling even when dype=object
    
    * TST unpickling too
    
    * FIX Use MaskedArray from utils.fixes rather than from numpy
    
    * FIX imports
    
    * Don't assign a variable
    
    * FIX np --> numpy
    
    * Use tostring instead of tobytes for old numpy
    
    * COSMIT pickle-able --> picklable
    
    * use #noqa comment to turn off flake8
    
    * TST/ENH Check if the pickled est's predict matches with the original one's
    868a58b2
    History
    [MRG+1] FIX Make sure GridSearchCV and RandomizedSearchCV are pickle-able (#7594)
    Raghav RV authored
    * FIX Subclass a new MaskedArray which allows pickling even when dype=object
    
    * TST unpickling too
    
    * FIX Use MaskedArray from utils.fixes rather than from numpy
    
    * FIX imports
    
    * Don't assign a variable
    
    * FIX np --> numpy
    
    * Use tostring instead of tobytes for old numpy
    
    * COSMIT pickle-able --> picklable
    
    * use #noqa comment to turn off flake8
    
    * TST/ENH Check if the pickled est's predict matches with the original one's