Niels Bantilan

Results 222 comments of Niels Bantilan

Sketch ```python from unionml.callbacks import RevelaLogger @predictor(callbacks=[RevelaLogger(...)]) # configs like API key, domain name, etc def predictor(...): ... ``` Installation ``` pip install unionml[revela] ``` Scope - We don't really...

# Design Doc The UnionML BentoML integration should facilitate the creation of [bentos](https://docs.bentoml.org/en/latest/tutorial.html#building-a-bento)... this is the model-packaging entity that can be served locally, on [yatai](https://docs.bentoml.org/en/latest/concepts/deploy.html#deploy-with-yatai), or on some [target cloud...

## Handling Data Descriptors This is an additional spec for how to handle the `svc.api` input/output data descriptors. UnionML should have reasonable defaults for translating the `Dataset.feature_loader` and `Model.predictor` function...

cool. @blais the pandera internals re-write is pretty much done (just have to clean up a few more things) but after that this feature should be fairly easy to support.

Thanks @aidiss ! So I think a reasonable approach here is to support a dataframe-level default that can be overriden at the schema-component (column or index level). Here are the...

Hi @Naveen-Annam-CMA, so if I understand correctly, `validated_ddf` is actually the failure cases collected across all partitions, not the validated data, correct?

hi @jtlz2 this work is currently blocked by the completion of the pandera internals re-write, just need to clean up a few things before releasing `0.14.0`, after which work on...

Hi @kykyi yes `0.14.*` now has all the re-write changes! Would appreciate a PR to get default values supported At a high level, here's what needs to happen: - Add...

@kykyi looks like codecov was yanked from pypi: https://twitter.com/hynek/status/1646162688676974594 will need to spend some time migrating to the new language-independent codecov uploader binary: https://docs.codecov.com/docs/codecov-uploader