Willem Pienaar
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...
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...
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...
**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...
# 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,...
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...
## 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...
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...