seg / 2016-ml-contest

Machine learning contest - October 2016 TLE
Apache License 2.0
187 stars 269 forks source link

Cant figure out how to submit my notebook #208

Open ghost opened 7 years ago

ghost commented 7 years ago

New to GitHub and I cant figure out how to submit my notebook despite looking at "Help with how to make submission #27".

How do i make my own folder in the SEG/2016-ml-contest --- 'create new file' ?? then I have to make the pull request?

I have the notebook uploaded onto my git page...

Any help? Thanks

adatum commented 7 years ago

First fork SEG/2016-ml-contest so that you have your own copy on GitHub, i.e. JJlowe/2016-ml-contest. Then clone it to your local machine, add your own folder/files in the directory, commit changes you made, push the changes back to your GitHub repo. Finally you can make a pull request to merge your contributions to the main repository.

ghost commented 7 years ago

Thanks, all done.