-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3783b35
commit c07982a
Showing
12 changed files
with
8,092 additions
and
10 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Data Science Lifecycle | ||
|
||
## Cross-industry standard process for data mining | ||
|
||
Published in 1999 to standardize data mining processes across industries, it has since become the most common methodology for data mining, analytics, and data science projects. | ||
|
||
```{figure} ../images/ds/crisp_dm.png | ||
--- | ||
name: crisp-dm | ||
--- | ||
Cross-industry standard process for data mining. | ||
``` | ||
|
||
Read more here: | ||
|
||
1. [What is CRISP DM?](https://www.datascience-pm.com/crisp-dm-2/) | ||
|
||
## Team Data Science Lifecycle | ||
|
||
The Team Data Science Process (TDSP) provides a lifecycle that your team can use to structure your data science projects. | ||
|
||
```{figure} ../images/ds/team_ds_lifecycle.png | ||
--- | ||
name: team-ds-lifecycle | ||
--- | ||
Team Data Science Lifecycle. | ||
``` | ||
|
||
Read more here: | ||
|
||
1. [The Team Data Science Process lifecycle](https://learn.microsoft.com/en-us/azure/architecture/data-science-process/lifecycle) | ||
2. [Roles and tasks in the Team Data Science Process](https://learn.microsoft.com/en-us/azure/architecture/data-science-process/roles-tasks) |
Oops, something went wrong.