biolab / orange3-explain

Explainable AI add-on for Orange3
GNU General Public License v3.0
6 stars 5 forks source link

Explain predictions - enable longer labels #30

Open PrimozGodec opened 3 years ago

PrimozGodec commented 3 years ago

The current limit for label lengths in Explain Prediction widget can be set to a maximum of 500 characters. In cases when feature names are long it is not sufficient. I and @lanzagar propose the following two solutions:

  1. Increase the limit to 800
  2. Implement the mechanism that on hover labels extend over the graph or same happen on the press of special keyboard key.