Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

column_sharer is deep cloned in sklearn which unsyncs the shared object. #148

Open
cchoquette opened this issue Aug 22, 2019 · 0 comments
Open

Comments

@cchoquette
Copy link
Contributor

Description

In sklearn BaseSearchCV.fit, which calls _validation._fit_and_score() with a cloned estimator for each parallel call, the cloned estimators have a new instance of column_sharer created for each subobject rather than a single instance shared by all of them (the different steps in datapreparer now do not share similar instances, so it is not a shared instance object anymore). This creates issues as when we reset a new intent in the column_sharer, it does not affect the scope or say, preprocessor.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant