JuliaAcademy / JuliaTutorials

Learn Julia via interactive tutorials!
https://julialang.org/learning/
MIT License
1.25k stars 657 forks source link

Foundations of Machine Learning is missing necessary package for "mean" function #89

Open Philogicatician opened 2 years ago

Philogicatician commented 2 years ago

I was working through the lectures for the Foundations of Machine Learning tutorial and cloned the Jupyter notebook into my local instance of VS Code. Simple fix is to add using Statistics before mean function is called. Will submit pull request shortly.

mestradam commented 2 months ago

I also did see that issue. Please update.