slicer icon indicating copy to clipboard operation
slicer copied to clipboard

Unified slicing for all Python data structures.

Results 3 slicer issues
Sort by recently updated
recently updated
newest added

the title says it all. Right now we need to convert things to lists...

This is a bigger issue centered on how to do Alias objects with sparse representations, but right now SHAP explanations often need per-row feature names and output names, but since...

The pyproject.toml file is described in [PEP 621](https://peps.python.org/pep-0621/). It is the recommended way to package Python projects these days. On the other hand, setup.py is obsolete, but not yet [deprecated](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/)....