microsoft / ML-For-Beginners

12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
https://microsoft.github.io/ML-For-Beginners/
MIT License
68.98k stars 14.24k forks source link

Fixed hyperlinks and knitted the Rmd files to html for beginning half of the repo #665

Closed jasleen101010 closed 1 year ago

jasleen101010 commented 1 year ago
BBKOOKE commented 1 year ago

1

jasleen101010 commented 1 year ago

@carlotta94c Done as requested!

carlotta94c commented 1 year ago

Hey @jasleen101010 they are still tracked in the PR. It happens when you do gitignore after you push, since the files are already in the index. You should clean your cache, try 'git rm --cached {filepath}'. Look at the git doc https://git-scm.com/docs/git-rm.

jasleen101010 commented 1 year ago

Hey @jasleen101010 they are still tracked in the PR. It happens when you do gitignore after you push, since the files are already in the index. You should clean your cache, try 'git rm --cached {filepath}'. Look at the git doc https://git-scm.com/docs/git-rm.

Hi @carlotta94c . I think it has been fixed now as we discussed. Do let me know if anything else needs to be done from my end. Thanks.

carlotta94c commented 1 year ago

Hey @jasleen101010 they are still tracked in the PR. It happens when you do gitignore after you push, since the files are already in the index. You should clean your cache, try 'git rm --cached {filepath}'. Look at the git doc https://git-scm.com/docs/git-rm.

Hi @carlotta94c . I think it has been fixed now as we discussed. Do let me know if anything else needs to be done from my end. Thanks.

I am sorry, just a quick one. Can you ignore also ML-For-Beginners.Rproj? Also, in the gitignore file you have .Rproj.user mentioned twice.

jasleen101010 commented 1 year ago

Hey @jasleen101010 they are still tracked in the PR. It happens when you do gitignore after you push, since the files are already in the index. You should clean your cache, try 'git rm --cached {filepath}'. Look at the git doc https://git-scm.com/docs/git-rm.

Hi @carlotta94c . I think it has been fixed now as we discussed. Do let me know if anything else needs to be done from my end. Thanks.

I am sorry, just a quick one. Can you ignore also ML-For-Beginners.Rproj? Also, in the gitignore file you have .Rproj.user mentioned twice.

No problem, @carlotta94c . Done, please check.