Error while using Graphviz, it is giving that TypeError: can only concatenate str (not “numpy.int32”) to str

后端 未结 0 935
情深已故
情深已故 2021-02-04 02:54
import graphviz 
dot_data = tree.export_graphviz(clf_gini, out_file=None, 
                              feature_names=X_train.columns,  
                              c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题