An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/tmcclintock/TemplateForDataScience.svg?branch=master)](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.