NEXT icon indicating copy to clipboard operation
NEXT copied to clipboard

do_not_ask_list

Open lalitkumarj opened this issue 8 years ago • 4 comments

This used to be implemented in the App.py list (pre redux). I now see no reference to it in PoolBasedTripletMDS or DuelingBandits. We should make sure to reimplement it...this is also a good argument to not delete the dev branch (perhaps rename it to legacy) just to confirm that everything made it.

lalitkumarj avatar Aug 05 '16 00:08 lalitkumarj

This should be an alg level decision -- what if the alg developer wants to ask the same question twice (e.g., like I did in validation sampling for triplets).

I'm pro keeping dev around but renaming to legacy.

stsievert avatar Aug 05 '16 01:08 stsievert

The do not ask list is handed to the alg without taking any action, the alg can choose to not pay attention to it

On Thursday, August 4, 2016, Scott Sievert [email protected] wrote:

This should be an alg level decision -- what if the alg developer wants to ask the same question twice (e.g., like I did in validation sampling).

I'm pro keeping dev around but renaming to legacy.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nextml/NEXT/issues/129#issuecomment-237732532, or mute the thread https://github.com/notifications/unsubscribe-auth/ACHgBx2z-sWfLiwNxmNh3e4OZQXI3bgbks5qcpFpgaJpZM4JdP49 .

kgjamieson avatar Aug 05 '16 01:08 kgjamieson

Was the do_not_ask_list put back in? This is important to have in place before any psych experiment happen.

lalitkumarj avatar Sep 07 '16 13:09 lalitkumarj

I think CardinalBandits has it, but we're definitely missing an example of this in the docs.

Also, we should probably do a name change. Maybe previois_questions instead of do_not_ask?

stsievert avatar Sep 12 '16 14:09 stsievert