Willem Pienaar

Results 14 issues of Willem Pienaar

## Overview This guide summarizes how both end users and Feast developers can get their M1 Macs set up to use or develop for Feast. `pyenv` is used in this...

kind/process
keep-open

This issue was reported directly to us by a user. Documenting the failure here for posterity: ``` Materializing 1 feature views from 2021-04-29 21:19:00-07:00 to 2021-04-29 21:19:05-07:00 into the datastore...

kind/bug
priority/p0
critical

When running `feast materialize-incremental 2022-01-01T00:00:00` on a parquet source that contains to a string based `event_timestamp` column, the following exception is printed. ``` Materializing 1 feature views to 2022-01-01 00:00:00-08:00...

priority/p2
kind/techdebt
not-critical

**Is your feature request related to a problem? Please describe.** The current Feast `get_historical_features()` method requires that users provide an entity dataframe as follows ```python training_df = store.get_historical_features( entity_df=entity_df, feature_refs...

kind/feature
good first issue
priority/p1
keep-open
Community Contribution Needed
kind/project

# Updates _See also: [Feast Slack: #feast-feature-transformations](https://tectonfeast.slack.com/archives/C03A2CH7GAG)_ _See also [RFC-021: On-demand Transformations](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit)_ - below was original issue motivating above RFC + implementation. - Currently, on demand features are in alpha,...

kind/feature
kind/discussion
priority/p1
kind/project

Should pydocstyle be validating that all arguments are set when using Google style docstrings? When I have the following in test.py ``` """Create a Test.""" def functor(foo, bar): """Call the...

Minor (New Feature)
Waiting for Assignee
help wanted
good first issue

## What is this Python project? Feast is an open source feature store for machine learning. It allows teams to operationalize data for machine learning. * Build point-in-time correct training...

Step one is #16. Then to add support for a local postgres/supabase. Ideally we can have a docker compose setup that runs in a completely isolated manner with only OpenAI...

help wanted
python-sdk
typescript-sdk
vector-database

Currently, the detection strategies are hard coded in the main application. All of the core logic in Rebuff should be contained within a single library, with detection strategies having their...

help wanted

help wanted
good first issue
typescript-sdk