Evovest / EvoTrees.jl

Boosted trees in Julia

Home Page:https://evovest.github.io/EvoTrees.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find plot function

Farreeda opened this issue · comments

plot is undefined independantly or in EvoTrees.plot

Could you provide a tangible example of what is causing a problem?
You need to have Plots loaded, in order to call plot on a fitted EvoTree model, like plot(model, 2).

I'm closing as I haven't found issue in plotting EvoTrees. Feel free to reopen with a reproducible example.