Niels Bantilan

Results 188 issues of Niels Bantilan

Flyte provides the building blocks for a fully-fledged model registry, but currently it is more of an arbitrary artifact store. We have: - an interface to interact with Flyte task/workflow...

Create an example under the [tutorials](https://unionml.readthedocs.io/en/latest/tutorials_intro.html) showcasing an end-to-end Spark use case

documentation

The purpose of this task is to explore the possibility of simplifying the `unionml.Dataset` interface by getting rid of the `feature_*` methods and simply using a single implementation for loading...

# Base PR for polars development work The `polars-dev` branch is where development work to [add polars support](https://github.com/unionai-oss/pandera/issues/1064) in pandera. The scope of this support is to cover the core...

Fixes #1432. This PR implements the core checks in the polars LazyFrame backend.

Run ci tests on pull requests to `polars-dev`

**Is your feature request related to a problem? Please describe.** This issue is part of the work to [support polars](https://github.com/unionai-oss/pandera/issues/1064), see here for a high-level overview of the work needed:...

enhancement

**Is your feature request related to a problem? Please describe.** First of all, pandera's "lazy" validation is a misnomer. It should really be called `raise_eagerly=True` or something like that, since...

enhancement