What's Changed
- fixed sklearn ver in test by @abstractqqq in #299
- Conditional impute by @abstractqqq in #301
- added len in random by @abstractqqq in #302
Compatibility
Now works with almost any array types that implement the array protocal!
from polars_ds.compat import compat as pds2
pds2.query_binary_metrics(df["actual"].to_arrow(), df["predicted"].to_arrow()).struct.unnest()
Full Changelog: v0.6.3...v0.7.0