Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to fetch metadata from model and transformer components #407

Merged
merged 1 commit into from
Jan 25, 2019

Conversation

jklaise
Copy link
Member

@jklaise jklaise commented Jan 25, 2019

For the Python-wrapped components this would enable use of stateful transformers which could be used for components that need both features X and prediction f(X) from the downstream model to operate. Examples include local model explainers (e.g. LIME).

@ukclivecox ukclivecox merged commit 714fa98 into SeldonIO:master Jan 25, 2019
agrski added a commit that referenced this pull request Dec 2, 2022
* Remove unused imports from admin client wrapper

* Add function to create Kafka admin properties from provided config

* Use Kafka admin config for admin client

* Add CLI handling for Kafka security protocol

* Pass security protocol to Kafka config objects

* Add comments describing logical sections of CLI config

* Remove unused core-count config

* Update local properties file

* Use replication factor CLI value in Kafka config

* Expect admin properties not normal Kafka properties in admin client wrapper

* Rename var for consistency

* Use Kafka streams config to set replication factor when creating topics

* Use Kafka streams config to set partition count when creating topics

* Add const modifier to value

* Add program name to CLI config parsing setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants