https://github.com/tmcclintock/templatefordatascience
A template repository for AI/ML/DS projects.
https://github.com/tmcclintock/templatefordatascience
aritificial-intelligence data-science machine-learning
Last synced: about 2 months ago
JSON representation
A template repository for AI/ML/DS projects.
- Host: GitHub
- URL: https://github.com/tmcclintock/templatefordatascience
- Owner: tmcclintock
- License: mit
- Created: 2020-09-11T16:27:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T17:54:53.000Z (over 4 years ago)
- Last Synced: 2025-02-07T16:36:16.917Z (3 months ago)
- Topics: aritificial-intelligence, data-science, machine-learning
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/tmcclintock/TemplateForDataScience)
# TemplateForDataScience
A template repository for AI/ML/DS projects. These types of projects contain
a mix of source code (models, metrics, pipeline scripts etc.) and analysis
(e.g. notebooks and plots). Structuring your repository like this one allows
for easy organization and best practices.Source is maintained in the appropriate location (`insight` in this example),
while analyses would exist in the `notebooks` directory.Check out [the presentation](https://docs.google.com/presentation/d/1rJyTpUZPaCXiz43ZHQmCiq-1rEsflbFS8aCv7bgBl7Q/edit?usp=sharing) on the topic for more information.