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 got some datasets which have labels that are string based instead of int.
Currently, when these are passed down to explainer dashboard it will break, as the target is converted to a float values.
I convert these labels using a label encoder, but this occurs in my model.
It would be a great addition if you could support string labels, it would give more readability to the dashboard with such datasets.
As the user would not have to know which value was cast to what in the label encoder, and would also allow the support for label encoding in models/pipeline.
The text was updated successfully, but these errors were encountered:
I got some datasets which have labels that are string based instead of int.
Currently, when these are passed down to explainer dashboard it will break, as the target is converted to a float values.
I convert these labels using a label encoder, but this occurs in my model.
It would be a great addition if you could support string labels, it would give more readability to the dashboard with such datasets.
As the user would not have to know which value was cast to what in the label encoder, and would also allow the support for label encoding in models/pipeline.
The text was updated successfully, but these errors were encountered: