Foundations of Machine Learning is missing necessary package for "mean" function
Philogicatician opened this issue · 1 comments
Philogicatician commented
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
I also did see that issue. Please update.