Daniel Dowler

Results 10 issues of Daniel Dowler

**Description** The `data_summary` function document string says it returns a dataframe. However, it returns a class instance from `data_describe.core.summary.SummaryWidget`. This class has a `show()` function and `summary` attribute that return/reference...

bug

/kind feature **Describe the solution you'd like** When submitting a katib experiment, I would like to be able to set custom suggestion resource requests/limits values that override the default requests/limits...

kind/feature
lifecycle/frozen

### Environment * KFP version: 1.4 * KFP SDK version: 1.8.11 * All dependencies version: NA ### Steps to reproduce 1. Do a pipeline run: ``` run = client.create_run_from_pipeline_package( pipeline.yaml,...

kind/bug
area/sdk
lifecycle/stale

# What this PR does / why we need it: This PR presents a clear step-by-step guide aimed at data science teams who need a basic hands-on introduction to Feast....

## Expected Behavior No warning message on running `get_historical_features` function ## Current Behavior The get_historical_features` function triggers the following warning: ``` WARNING:root:_list_feature_views will make breaking changes. Please use _list_batch_feature_views instead....

good first issue
kind/bug
priority/p2
starter-ticket

## Expected Behavior The `feast serve_offline` command (which launches a feast offline server process) should behave similar to the `feast serve` command, which displays helpful information, including the serving endpoint...

good first issue
kind/bug
priority/p2
starter-ticket

## Expected Behavior The `feast serve` command should run without a `DeprecationWarning` warning. ## Current Behavior Currently the `feast serve` command issues the following warning: ``` DeprecationWarning: The `uvicorn.workers` module...

kind/bug
priority/p2

This is a major update to the component concept page for KFP. The old page was confusing and lacked important information for the main KFP users (ML engineers). This update...

size/L

KFP python-based components require that any functions and variables they use are either imported or defined within the component function. However, this was never validated, making it possible to define...

size/L

The `kfp` library has no `__version__` attribute when installed via `pip install -e kfp/python` for development. This is a problem for local development, because some of the library functions depend...

kind/bug
area/sdk