koaning / scikit-lego

Extra blocks for scikit-learn pipelines.
https://koaning.github.io/scikit-lego/
MIT License
1.28k stars 118 forks source link

patch: `.drop(columns=...)` test hotfix #678

Closed FBruzzesi closed 5 months ago

FBruzzesi commented 5 months ago

Description

Fix a test that is failing in CI (--pre flag) since polars does not support the columns keyword in drop method.

Type of change

Checklist:

FBruzzesi commented 5 months ago

It's just a test, nothing changes in the source code. However we could do 0.9.1 due to #675 and #676