A collaborative repo for programming exercises issued by Dr. Ray in CSDS 440: Machine Learning during Fall 2020 semester.
The content is intend for and only for the private use of authors from Group 27, this GitHub appearance is for the pure purpose of version control and collaborative.
Since we have decided to migrate the collaboration to GitHub
for better readability and potential useful features like issues, this repository
will be mirror to and bare-clone from csevcs
at least once a week.
Also, we realized many projects of this class requires quite intensive amount of debugging, so sometime we'd work on the same computer and therefore submitted in a fashion of co-author
.
Usually I will polish our repository before mirroring, but in case that I am not available and you need to mirror our work to csevcs
, please do:
your_work_dir $ git clone --bare https://github.com/choH/csds440_programming_exercises
your_work_dir $ cd csds440_programming_exercises.git
csds440_programming_exercises $ git push --mirror https://csevcs.case.edu/git/2020_fall_440_27
Note this maneuver will completely overwrite the repository on csevcs
— which shouldn't be a big deal since all our development are initiated here, but please be caution.
If you are not a member of Group 27, don't.