Skip to content

added pickle#1305

Open
paulzierep wants to merge 2 commits intobgruening:masterfrom
paulzierep:feature_selection-fix
Open

added pickle#1305
paulzierep wants to merge 2 commits intobgruening:masterfrom
paulzierep:feature_selection-fix

Conversation

@paulzierep
Copy link
Copy Markdown
Contributor

@paulzierep paulzierep commented Apr 24, 2023

Sorry @bgruening I was in a hurry :)
Added pickle import, since the export of the model fails otherwise

#if $save:
with open('$outfile_selector', 'wb') as output_handler:
pickle.dump(new_selector, output_handler, pickle.HIGHEST_PROTOCOL)
#end if

@bgruening
Copy link
Copy Markdown
Owner

Can you add a text for that?

@paulzierep
Copy link
Copy Markdown
Contributor Author

@bgruening ok to merge ?

@bgruening
Copy link
Copy Markdown
Owner

The test where failing. I restarted them, but there are some linting issues now. And I guess this one tool you need to bump.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants