-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
efficiencyMaking docetl operations run fasterMaking docetl operations run fasterenhancementNew feature or requestNew feature or request
Description
In the optimizer; we should be able to fit a logistic regression model to the embeddings to try to learn the binary classification function. If we learn this with good accuracy; we could replace the LLM call with the logistic regression model---or we could implement a model cascade, if the logistic regression model is well-calibrated, we can fall-back to the LLM call if the probability is uncertain.
sushruth2003
Metadata
Metadata
Assignees
Labels
efficiencyMaking docetl operations run fasterMaking docetl operations run fasterenhancementNew feature or requestNew feature or request