ibis-ml icon indicating copy to clipboard operation
ibis-ml copied to clipboard

docs(website): add support matrix

Open jitingxu1 opened this issue 9 months ago • 2 comments

Adding support matrix for ibisml Step, there are two ways to collect information for this:

  • Execute each step against the actual backend.
    • We need to setup the actual backend to do this
  • Compile each the expressions in step to check if it is compilable.
    • IbisML step consist of expression and python code, it needs strategy to extract the expression from Step, which looks ugly and unnecessary for the function itself.

We picked the second option. I am open to put the matrix in any position.

Here is the matrix: image

jitingxu1 avatar May 22 '24 00:05 jitingxu1