JuliaAcademy / JuliaAcademy/JuliaTutorials
Foundations of Machine Learning is missing necessary package for "mean" function
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 1.4k
- Forks
- 655
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the Foundations of Machine Learning Jupyter notebook in the JuliaTutorials repository and locate the first call to mean. Check the surrounding imports, add the missing Statistics import, and run the notebook in VS Code to confirm the mean call works without an undefined-function error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, jupyter-notebook
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100