Skip to content
Snippets Groups Projects
Commit 868a58b2 authored by Raghav RV's avatar Raghav RV Committed by Andreas Mueller
Browse files

[MRG+1] FIX Make sure GridSearchCV and RandomizedSearchCV are pickle-able (#7594)

* 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
parent 7955ce0f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment