jackfrued / jackfrued/Python-100-Days
Day81部分文本表述模糊/有误
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 187k
- Forks
- 55.8k
- PR merge metrics
- No merged PRs in 30d
Description
Day81浅谈机器学习中,在第一次机器学习中的np.corrcoef(x, y)和stats.pearsonr(x, y)两行都仅仅是计算,而没有打印或传给变量,而下文则直接表述“输出”。
Contributor guide
No contributing guide indexed for this repository
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 Day81 machine-learning notebook and review the first-example lines using np.corrcoef(x, y) and stats.pearsonr(x, y). Clarify that these lines only perform calculations unless their results are printed or assigned, then check the surrounding explanation so its wording matches the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, numpy, python
- Domain
- documentation, machine-learning
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 78/100