This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
wintonzheng
commented
Sep 13, 2023
- Does this PR have impact on local development experience? If yes, make sure you have a plan and add the documentations to address issues that come with the change
- bump version
- make a release
- publish to pypi service
4 tasks
wintonzheng
force-pushed
the
shu/multi-model-evaluation
branch
from
September 13, 2023 18:28
4105501
to
148de8b
Compare
wintonzheng
force-pushed
the
shu/multi-model-evaluation
branch
4 times, most recently
from
September 14, 2023 00:38
e201dac
to
b173d7b
Compare
wintonzheng
force-pushed
the
shu/multi-model-evaluation
branch
from
September 14, 2023 00:45
b173d7b
to
7cebace
Compare
This was referenced Sep 14, 2023
Merged
Merged
wintonzheng
added a commit
that referenced
this pull request
Sep 26, 2023
* chained model evaluation (#58) * multi model evaluation * fix test * chained model evaluation * cache model output * v bump * support dict model output * rename * add get_model_output support * fix * 0.0.18-beta1 * shu/more 0.0.18 fix (#62) * ChainedModelInput should be in wyvern.__init__ * doc for target in ModelEventData * docstring for get_model_output * beta2 * by default we should not cache model output * cache output for modelbit component (#64) * 0.0.18-beta3 * shu/do not enforce features in model component (#67) * return empty set for model component manifest_feature_names * version beta4 * target -> model_key (#70) * SingleEntityPipeline (v0.0.18-beta5) (#69) * introduce singular model component and singular pipeline * SingularBusinessLogicPipeline * integrate with business logic in SingularPipelineComponent * update to SingleEntity style * update to SingleEntity style * single entity pipeline * update generic type order for business logic components * SingleEntityModelbitComponent * address feedbacks for single entity pipeline (#72) * address feedbacks for single entity pipeline * feature store feature available in realtime feature * v0.0.18-beta6 * Fix how we filter real time features before feature retrieval (#66) * Fix how we filter real time features before feature retrieval * Bump version to 0.0.18-beta7 * v0.0.18b7 - support any dictionary type * v0.0.18 --------- Co-authored-by: Kerem Yilmaz <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.