Rambatino / CHAID

A python implementation of the common CHAID algorithm
Apache License 2.0
150 stars 50 forks source link

Error while running tree.render() #131

Closed macmagic34 closed 1 year ago

macmagic34 commented 1 year ago

I don't know but for some reason running

tree.render(path='some_path', view=False)

Gives me the below:-

"Image export using the kaleido engine requires the kaleido package, which can be installed using pip install kaleido"

I've installed it already and still getting the same error. Any help?

Rambatino commented 1 year ago

I'm not sure, sorry - have you tried googling this issue, there are SO posts that may be related.

I can maybe take a look later

tomascortes commented 1 year ago

i got that error because i didn't had installed graphviz and orca

Rambatino commented 1 year ago

Thanks @tomascortes