dask / dask-glm

BSD 3-Clause "New" or "Revised" License
75 stars 46 forks source link

Changes to ENet documentation #64

Open TomKealy opened 6 years ago

TomKealy commented 6 years ago

Hello!

I've made some changes to the ENet prox operator documentation, and I'd like to submit a pull request and have it looked at.

I've put it in my own branch on my machine - but when I try to make a PR I get told that I'm not authenticated to do that.

More generally, I've got time until the new year to write some more documentation or I could re implement some of my PhD work on fully distributed ADMM (but I'd need help!).

Tom

TomAugspurger commented 6 years ago

Thanks.

I've put it in my own branch on my machine - but when I try to make a PR I get told that I'm not authenticated to do that.

Can you make sure you've forked the repository (top right corner), and that your remotes are set correctly?

# In your local copy of `dask-glm`
git remote rename origin upstream  # this may be different, depending on how you cloned
git remote add origin https://github.com/TomKealy/dask-glm.git
mrocklin commented 6 years ago

@TomKealy any success trying to fork this repository on github? Please let us know if you would appreciate additional help here.