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 am running into an issue when getting to the plotting section of the MLP regression tutorial.
I had originally run into the error on my own example, but I still face it when following the tutorial. The fitting and optimisation step runs without error!
Below is my environment (Pluto notebook; Julia 1.9.3):
Hi @patrickm663, sorry about that, I haven't had time to update the docs.
I have recently started moving all plotting functionality of Taija packages into its own package to avoid depending on Plots: TaijaPlotting. The examples in the docs and README still work as long as you add this package to your environment and load it.
The following should fix the issue:
using Pkg; Pkg.add("TaijaPlotting")
using TaijaPlotting
Let me know if that works. In any case I'll keep this issue open as a reminder to update docs.
Hi
I am running into an issue when getting to the plotting section of the MLP regression tutorial.
I had originally run into the error on my own example, but I still face it when following the tutorial. The fitting and optimisation step runs without error!
Below is my environment (Pluto notebook; Julia 1.9.3):
For clarification, below is the code:
And below is the full error:
Thank you for any assistance.
Kind regards
Patrick
The text was updated successfully, but these errors were encountered: