Rob Howley
Rob Howley
Hi, I'm trying to understand the implementation differences between this repo and lightgbm. Does ``` position_bins = 12 : this denotes the maximum positions taken into account. ``` effectively serve...
Hey there 👋 , Would like to put in a feature request for onnx support. This could solve a lot of requests for support of different model types in one...
Signed-off-by: Rob Howley **What this PR does / why we need it**: * added a new exception for push source not found * in the feature store, raise the `PushSourceNotFoundException`...
## Expected Behavior When we `POST` to a push source that doesn't exist like so ``` curl -X POST "http://localhost:6566/push" -d '{ "push_source_name": "push_source_name_that_does_not_exist", "df": { "some_entity": [1001], "event_timestamp": ["2022-05-13...
## Expected Behavior Linking to a specific path should render the correct page. ## Current Behavior Only loading the base route `/` works. When you put in the home url...
**Is your feature request related to a problem? Please describe.** The cli commands use `ceate_feature_store` ([code](https://github.com/robhowley/feast/blob/ac6529c380bc623a15054350c9936b69617b4bee/sdk/python/feast/repo_operations.py#L334-L336)) to create the feature store from the `click.Context`. It is required that the `repo_path`...
# What this PR does / why we need it: * make the /push endpoint async * if pushing `to` online and async writes for the `OnlineStore` are supported, will...
# What this PR does / why we need it: * add `initialize` and `close` to `FeatureStore`, `Provider`, `OnlineStore` and `OfflineStore` * they are async and default impl does nothing...
# What this PR does / why we need it: * refactor table management to helper/service class * add dynamo config to include `tag_aws_resources: bool = False` * add retry...
## Expected Behavior Merged main branch should be ✅ ## Current Behavior Integration tests are failing ❌ ## Steps to reproduce ### Specifications - Version: - Platform: - Subsystem: ##...