Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@abstractqqq abstractqqq released this 21 Dec 22:52
· 2 commits to main since this release
80efce7

What's Changed

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