From 503e6d8e1b970635e1092dd43426534d177e146f Mon Sep 17 00:00:00 2001 From: Will Buchanan Date: Fri, 7 Aug 2020 14:50:02 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30031ec3..f709f096 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ - # TDSP Project Structure, and Documents and Artifact Templates +# NOTE: SUPERCEDED BY: +[DSLP (Data Science Lifecycle Process)](https://github.com/dslp/dslp) +# TODO include callout of what's changed, and why + +# TDSP Project Structure, and Documents and Artifact Templates This is a general project directory structure for Team Data Science Process developed by Microsoft. It also contains templates for various documents that are recommended as part of executing a data science project when using TDSP. From 01da89b754136389b313de327c08aed2246bc65d Mon Sep 17 00:00:00 2001 From: Will Buchanan Date: Fri, 7 Aug 2020 14:50:29 -0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f709f096..448ee050 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NOTE: SUPERCEDED BY: [DSLP (Data Science Lifecycle Process)](https://github.com/dslp/dslp) -# TODO include callout of what's changed, and why +# TODO include callout of what's changed TDSP>DSLP, and why # TDSP Project Structure, and Documents and Artifact Templates From a6f16a150a82f3b9e53a1d313f4dbc3693e6dc4f Mon Sep 17 00:00:00 2001 From: Will Buchanan Date: Fri, 7 Aug 2020 14:53:59 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 448ee050..ed277021 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -# NOTE: SUPERCEDED BY: +# TODO - INCLUDE NOTE TO [DSLP (Data Science Lifecycle Process)](https://github.com/dslp/dslp) -# TODO include callout of what's changed TDSP>DSLP, and why # TDSP Project Structure, and Documents and Artifact Templates From e6c6ca4795fb6d7e6750f975e7a7476179805fec Mon Sep 17 00:00:00 2001 From: Charles <11549389+charleswm@users.noreply.github.com> Date: Sat, 8 Aug 2020 10:45:46 -0400 Subject: [PATCH 4/4] add message on change to DSLP --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed277021..bb4fb852 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,21 @@ -# TODO - INCLUDE NOTE TO -[DSLP (Data Science Lifecycle Process)](https://github.com/dslp/dslp) +# Note: The TDSP is no longer supported. + +The TDSP has been superceded by the [DSLP (Data Science Lifecycle Process)](https://github.com/dslp/dslp). + +The repo template for the DSLP can be found at https://github.com/dslp/dslp-repo-template/. + +## Why switch to DSLP? + +The DSLP was designed to reflect modern data science workflows and paradigms. + +Because data science is multidiscplinary, we wanted to make it easier for people to collaborate on data science repos, which meant orienting workflows around using issues, pull requests, and a data science friendly branching strategy. + +The DSLP also separates project management from the project content itself. In DSLP, all project management and collaboration moves into Issues and Pull requests, which means your repo contains only your code and documentation, not your project management. This makes it easier to enable opt-in workflows and keeps the project from getting stale with outdated project management documents. + +There are also some key changes in the directory structure that make it easier to keep your codebase organized as you move from experimentation to production. This includes adding locations for things like environment definitions, pipeline/orchestration code, etc, cloud configuration, etc. It also separates prototyping code (e.g. notebooks) from code that you'll ship to production. + +As the field of data science and machine learning evolved, there was a need to adapt workflows to make things easier for teams to get started and move to production. For more details please read the DSLP docs. + # TDSP Project Structure, and Documents and Artifact Templates