File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ def __init__(self, test_fn: TestFunction) -> None:
3333 super ().__init__ (test_fn )
3434 self .ep_params : EPParameters = build_ep_parameters_from_test (test_fn )
3535
36- self .metric = (
37- test_fn # TODO: need to convert our ep test_fn to a GEPA metric. also need to inject the feedback text.
38- )
36+ self .metric = test_fn # TODO @derek. need to convert our ep test_fn to a GEPA metric. also need to inject the feedback text.
3937
40- self .program = ... # TODO: converting between a program (dspy.Module) and an @evaluation_test is a bit tricky.
38+ self .program = (
39+ ...
40+ ) # TODO @shreymodi1: converting between a program (dspy.Module) and an @evaluation_test is a bit tricky.
4141
4242 self .train_set , self .val_set , self .test_set = (
4343 ...,
4444 ...,
4545 ...,
46- ) # TODO: need to convert our input_dataset to a train set
46+ ) # TODO @shreymodi1. need to convert our input_dataset to a train set
4747
4848 def train (
4949 self ,
You can’t perform that action at this time.
0 commit comments