You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a template repository dedicated to ML projects in python. It provides some basic tools and configs necessary to kickstart the development.
8
12
@@ -14,7 +18,7 @@ This is a template repository dedicated to ML projects in python. It provides so
14
18
-`src` - here goes your project's code
15
19
-`src/cli` - project's entry points should be wrapped with CLI and exposed via Makefile, good idea to store them separately
16
20
-`.codespell` - whitelist for project-related terms
17
-
-`.coveragearc` - corage config config, usually you don't want to report coverage on CLI, tests and some expressions
21
+
-`.coveragearc` - corage config, usually you don't want to report coverage on CLI, tests and some expressions
18
22
-`.flake8` - `flake8` config
19
23
-`isort.cfg` - `isort` config
20
24
-`Makefile` - tasks definitions, much simpler to call `make` than writing whole commands in the terminal
@@ -78,4 +82,4 @@ This hook is here to prevent you from committing any nasty code to your reposito
78
82
79
83
## Closing remarks
80
84
81
-
Hopefully, this template helps you jump off your project. If any of these tools are unfamiliar to you, follow the links for more info on them. Feel free to customize it, this is a template after all. Personally, I often look up how my favourite libraries are developed and take what I like. If you feel you don't need any of it, good luck to you, and pray you won't meet me cleaning up your sloppy code.
85
+
Hopefully, this template helps you jump off your project. If any of these tools are unfamiliar to you, follow the links for more info on them. Feel free to customize it, this is a template after all. Personally, I often look up how my favourite libraries are developed and take what I like.
0 commit comments