Skip to content

Instantly share code, notes, and snippets.

View lorival's full-sized avatar
🇧🇷

Lorival Smolski Chapuis lorival

🇧🇷
View GitHub Profile

Keybase proof

I hereby claim:

  • I am lorival on github.

  • I am lorival (https://keybase.io/lorival) on keybase.

  • I have a public key ASC4ZO6QL0p5xKtEDiQIGUz2IpzaveCa4A8SxjmfMh1jfAo

@lorival
lorival / commit-message-structure.md
Last active March 25, 2018 22:50
Documentation of the format of commits I like to use

My git Commit msg structure based on Angular convention

type(context): subject

type can be:

  • feat (new feature for the user, not a new feature for build script)
  • fix (bug fix for the user, not a fix to a build script)
  • docs (changes to the documentation)
  • refactor (refactoring production code, eg. renaming a variable)
  • test (adding missing tests, refactoring tests; no production code change)
@lorival
lorival / .gitignore-template-for-machine-learning-experiments
Created March 25, 2018 22:01
A template to make a .gititnore for Machine Learning Experiments organization
# Python
__pycache__/
*.py[cod]
*$py.class
# Mac
.DS_Store
# Visual Studio Code
.vscode/*
@lorival
lorival / README-template-for-machine-learning-experiments.md
Last active March 25, 2018 22:01
A template to make README.md for Machine Learning Experiments organization

License

Project title

Project description in two lines.

See the jupyter notebook

Motivation