Open stsievert opened 9 years ago
I have addressed this issue by adding little question mark buttons. These button have an onclick element that calls some javascript that makes a modal display the helper text.
Screenshot:
When the question mark is clicked, a little modal pops up:
I wasn't completely sure on some parameters.
@lalitkumarj, can you answer these questions?
I still have a couple things to clean up:
Confidence level: "Many algorithms provide statistical guarantees. A confidence level of alpha indicates that with probability at least 1-alpha the algorithm will eventually converge to the underlying truth, assuming standard independent and identically distributed data assumptions. A typical value is 0.05."
Algorithm mangagement: "Participant-to-Algorithm Management If multiple algorithms are used in an experiment (or there is a test set as in triplets) this option dictates how participants are assigned to algorithms.
One-to-many Each query generated for a participant is randomly and independently chosen according to the fixed proportions. Consequently, the queries asked of the participant over the course of the session are generated from many algorithms.
One-to-one The first query generated for a participant is randomly and independently chosen according to the fixed proportions. Every query thereafter is generated by the same algorithm. Consequently, the queries asked of the participant over the course of the session are generated from a single algorithm."
On the NEXT frontend GUI, Dashboard > Select project > new experiment > * presents a bunch of options which are not clearly explained. At first glance, it's not clear what "context type" means or what impact it has.
I'm thinking of having an interface like below:
The entire page needs clarification: from context to algorithm choice.