-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca40620
commit f61fc8b
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
This repository contains machine learning projects and notebooks for the course of [CloudxLab](https://CloudxLab.com/) | ||
Feel free to checkout and explore. | ||
|
||
### NOTE ABOUT THE Notebook Diff: | ||
|
||
Usually the jupyter notebooks are unfriendly to diff. So, we have installed nbdime(See https://nbdime.readthedocs.io/en/latest/) | ||
|
||
All you need to do to enable in git this: | ||
export PATH=/usr/local/anaconda/bin:$PATH | ||
cd ml | ||
nbdime config-git --enable | ||
|
||
To know more about us [click here](https://CloudxLab.com/) |