Niels Bantilan

Results 179 issues of Niels Bantilan

### Discussed in https://github.com/unionai-oss/pandera/discussions/907 Originally posted by **davidandreoletti** August 8, 2022 Assuming a pedantic like class declaration with: ``` class SizeEnum(enum.Enum): BIG = "big" SMALL = "small" ``` ``` class...

enhancement

fixes #381 Fundamentally, pandera is about defining types for statistical data containers (e.g. pandas `DataFrames`, xarray `Datasets`, SQL tables) that serve to: 1. self-document the properties of data in code...

#### Location of the documentation https://pandera.readthedocs.io/en/stable/dtypes.html #### Documentation problem The way that the pandera datatype system should be better documented, as described by @jeffzi: https://discord.com/channels/897120336003334214/1007034449441071164/1010851299992018998 --- re: dtype-overriding. The engine...

docs

### Description https://docs.flyte.org/projects/cookbook/en/latest/auto/integrations/flytekit_plugins/whylogs_examples/index.html ### Are you sure this issue hasn't been raised already? - [X] Yes ### Have you read the Code of Conduct? - [X] Yes

documentation
untriaged

### Motivation: Why do you think this is important? Currently, `FlyteRemote` lacks the capability of fast-registering tasks/workflows. This would improve the UX of FlyteRemote for users who want to use...

enhancement
untriaged
flytekit
Epic: Interactive Experience

Flyte supports visualizing arbitrary artifacts in html form via [Flyte Decks](https://docs.flyte.org/projects/cookbook/en/latest/auto/core/flyte_basics/deck.html#sphx-glr-auto-core-flyte-basics-deck-py). Currenty the `flytekitplugins-deck-standard` contains a few renderers for dataframes, markdown, and box plots. The purpose of the issue is...

plugins

### Describe the bug To reproduce, register and run these tasks and workflows on a local `flytectl demo` cluster: ```python from pathlib import Path from typing import List from flytekit...

bug
untriaged

The purpose of this task is to come up with a way of using mlflow in a flyte task. The light-weight integration would simply be to use the [mlflow tracking](https://mlflow.org/docs/latest/tracking.html#)...

plugins

Users can already use weights and biases in their Flyte workflows. For example, we have a tutorial that uses [W&B for metrics tracking](https://docs.flyte.org/projects/cookbook/en/latest/auto/case_studies/ml_training/mnist_classifier/pytorch_single_node_and_gpu.html#sphx-glr-auto-case-studies-ml-training-mnist-classifier-pytorch-single-node-and-gpu-py) Similar to the mlflow integration proposal, https://github.com/flyteorg/flyte/issues/2797,...

plugins