Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello, please how can i fix this error in python AttributeError : module 'graphviz.backend' has no attribute 'ENCODING' In [26]: H from sklearn. tree import

Hello, please how can i fix this error in python

AttributeError: module 'graphviz.backend' has no attribute 'ENCODING'

image text in transcribed
In [26]: H from sklearn. tree import export_graphviz import graphviz dot_data = export_graphviz(tree, class_names=[ "Not Accept", "Accept" ], feature_names=loan_feature_names, filled = True} graph = graphviz. Source (dot_data, format= "png") graph AttributeError Traceback (most recent call last) in 1 from sklearn. tree import export_graphviz -- --> 2 import graphviz 4 dot_data = export_graphviz(tree, class_names=["Not Accept", "Accept"], "\\anaconda]\\lib\\site-packages\\graphviz\\_init__. py in 25 19 26 ---> 27 from .dot import Graph, Digraph 28 from . files import Source 29 from . lang import escape, nohtml "\\anaconda]\\lib\\site-packages\\graphviz\\dot . py in 30 31 from . import backend ---> 32 from . import files 33 from . import lang 34 -\\anaconda]\\lib\\site-packages\\graphviz\\files. py in 29 21 ---) 22 class Base (object): 23 24 engine = "dot' \\anaconda]\\lib\\site-packages\\graphviz\\files . py in Base() 26 _format = "pdf' 27 ---) 28 _encoding = backend. ENCODING 29 30 @property AttributeError: module "graphviz. backend' has no attribute "ENCODING"

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

4 Where can I find them?

Answered: 1 week ago

Question

Define Consumerism.

Answered: 1 week ago

Question

Name the system that includes heart, blood vessels and blood?

Answered: 1 week ago

Question

1. Electrochemical reaction?

Answered: 1 week ago