Publishing Inferences
Once a model's schema has been onboarded, you can publish events, also known as inferences, so that Fiddler can analyze that data to ensure expected performance. Event data can be sent as either pre-production or production data. Pre-production data refers to static datasets, such as model training or testing data, while production data consists of the model's time series data that is actively being monitored.
Publish Pre-production Data to a Model
Fiddler allows only batch publication of pre-production data as it is typically available in its entirety. You can publish multiple pre-production datasets to a model. You may use a dataframe, parquet file, or CSV file for uploading a dataset.
Publish Production Data to a Model
Publish Events as a Stream
Fiddler supports event streams to be published to a model.
Publish Production Events - Batch
The Fiddler client supports publishing micro batch streams (up to 1K events, configurable)
Publish Production Label Updates - Stream
Fiddler supports updates of existing events for provided event ids.
Last updated