Closed baskaryan closed 1 week ago
how ^ example gets logged
The list return type seems unexpected to me - I wouldn't expect it to make separate keys for each value
The list return type seems unexpected to me - I wouldn't expect it to make separate keys for each value
are we able to support list values as feedback?
The list return type seems unexpected to me - I wouldn't expect it to make separate keys for each value
are we able to support list values as feedback?
Only dict or string it seems.
Maybe doing the _ix suffix is preferable. I'm not sure honestly. Probalby less surprising than just logging duplicates to the same key.
It just messes with the experiment averages (we'd be averaging over index 1 and over index 2 )
The list return type seems unexpected to me - I wouldn't expect it to make separate keys for each value
are we able to support list values as feedback?
Only dict or string it seems.
Maybe doing the _ix suffix is preferable. I'm not sure honestly. Probalby less surprising than just logging duplicates to the same key.
It just messes with the experiment averages (we'd be averaging over index 1 and over index 2 )
feel less strongly about list behavior either way, think main use case is supporting int/float/bool/str
Maybe let's land with the numeric and string value support but hold off on list behavior?
Maybe add support for list[evaluationresultlike] to make the "results" key not necessary