ibis-project / ibis-ml

IbisML is a library for building scalable ML pipelines using Ibis.
https://ibis-project.github.io/ibis-ml/
Apache License 2.0
96 stars 13 forks source link

docs(website): add support matrix #89

Closed jitingxu1 closed 6 months ago

jitingxu1 commented 6 months ago

enable unit tests on different backends

deepyaman commented 6 months ago

Seems like a good idea. I think it would also be a good idea to publish a step support matrix to the website, as it's hard to work around a step that contains operations that aren't supported on your backend (more so than on the core Ibis repo, where you may be able to drop into raw SQL or find some workaround), because step definitions are broader in scope. As a result, e.g. if somebody wants to use the TargetEncode step, they can first check whether it's supported on their backend.

deepyaman commented 6 months ago

Two more things to think about:

deepyaman commented 6 months ago

Feedback:

If you want to do execution testing (may not be necessary?):