You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on ATM-VIS, a web-based GUI for atm.
Currently, the db only stores classifier information. Users have no clues of how each hyperpartition is chosen at each step, and they have no hints on which selector to use. Providing the selector information at each step might help the users better understand or trust the ATM procedures (or leads to improvements of the algorithm).
There is a need to provide selection information (rewards/arm scores) during (or after) a data run to the users (so that the users can choose a selector that suits their needs).
For example, we would like to plot how the rewards of each hyperpartition (or method) changes as the datarun proceeds
The text was updated successfully, but these errors were encountered:
It seems that we would need to modify the code in BTB to make this happen?
I checked the BTB code. It seems that the Selector does not seem to provide an api to retrieve the arm scores (one score for each hyperpartition) for a given step (or given score histories)?
I am working on ATM-VIS, a web-based GUI for atm.
Currently, the db only stores classifier information. Users have no clues of how each hyperpartition is chosen at each step, and they have no hints on which selector to use. Providing the selector information at each step might help the users better understand or trust the ATM procedures (or leads to improvements of the algorithm).
There is a need to provide selection information (rewards/arm scores) during (or after) a data run to the users (so that the users can choose a selector that suits their needs).
For example, we would like to plot how the rewards of each hyperpartition (or method) changes as the datarun proceeds
The text was updated successfully, but these errors were encountered: