Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
ElatedHippopotamus87
Moderator
1 Question, 4 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
7 Answers
614 Views
0 Votes 7 Answers 614 Views
Hi clear ml community, I’m interested in technical deep dive of clear ML feature store. I know this is an enterprise offering, but would be good to see futur...
3 years ago
0 Hi Clear Ml Community, I’M Interested In Technical Deep Dive Of Clear Ml Feature Store. I Know This Is An Enterprise Offering, But Would Be Good To See Future Perspective Of Enterprise Package On At Least A Level Of Architecture Of Fs. Thanks!

If I understand you correctly, I think there is the same purpose for any FS design choices. For example, I saw both approaches data store and declarative feature computation on demand.

An important part for product is basically support of 2 features:
feature retrieval for a batch of entities (useful for generating training sets together with ability to do time travel; batch prediction (offline) ); feature serving in near real-time (online).
This is minimum functionality I would expect a feat...

3 years ago
0 Hi Clear Ml Community, I’M Interested In Technical Deep Dive Of Clear Ml Feature Store. I Know This Is An Enterprise Offering, But Would Be Good To See Future Perspective Of Enterprise Package On At Least A Level Of Architecture Of Fs. Thanks!

My favourite is the one that https://www.youtube.com/watch?v=E8839ENL-WY , because it touches the higher level picture of how feature store helps Data Scientists to progress further towards deploying model to production and continuously monitor its performance rather then too deep tech dive into challenges of having one place to avoid feature training serving skew.

3 years ago
0 Hi Clear Ml Community, I’M Interested In Technical Deep Dive Of Clear Ml Feature Store. I Know This Is An Enterprise Offering, But Would Be Good To See Future Perspective Of Enterprise Package On At Least A Level Of Architecture Of Fs. Thanks!

Would be helpful to have pointers to front-end part as well, like if we would like to maintain single UI for feature governance and use our own feature store back-end that would make it easier. There must be already some logging possibility within experiment tracking, so it should not be too hard to log features and probably dataset that is used + tags for models metadata can hold required schema, so the only questionable part is monitoring of feature skew.

Anyway, thank you for confirming t...

3 years ago