dataeval.extractors¶
Feature extractors that transform input data into arrays.
All extractors implement the FeatureExtractor protocol
(__call__(data) -> Array) and can be used standalone or passed to
Embeddings for batching, caching, and memory-mapped storage.
Classes¶
Computes Bag of Visual Words histograms using SIFT keypoints. |
|
Computes prediction entropy from a classification model for drift detection. |
|
Simple NumPy-based feature extractor that flattens images to 1D vectors. |
|
Extracts embeddings via ONNX Runtime with lazy model loading. |
|
Extracts embeddings from a PyTorch model, with optional intermediate layer hooking. |