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 guess it's because the current implementation parses a Scikit Learn compatible model dump to plot the importance or export the model as a dataframe, and that format uses these characters. We can change it to JSON to remove the limitation.
Generating a dataframe with features generated by dmatrices may include unallowed characters that result to ValueError.
MRE modified from patsy documentation
This results to :
What is the real reason that these characters are not allowed ? It is not the case with the rest of scikit-learn compat packages
The text was updated successfully, but these errors were encountered: