Skip to content

Commit cfd144a

Browse files
committed
Deployed 7d94583 with MkDocs version: 1.5.2
1 parent f263da7 commit cfd144a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

03_workflow/034_workflow_management_concepts.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ <h3 id="models">Models<a class="headerlink" href="#models" title="Permanent link
232232
<p>In the realm of data science, several established workflow management models help guide teams through the complexities of data projects. These models are designed to ensure that every phase of a project aligns with business objectives and leverages data insights effectively.</p>
233233
<h4 id="crisp-dm_cross-industry_standard_process_for_data_mining">CRISP-DM (Cross-Industry Standard Process for Data Mining)<a class="headerlink" href="#crisp-dm_cross-industry_standard_process_for_data_mining" title="Permanent link">#</a></h4>
234234
<p>CRISP-DM is a widely adopted model that provides a comprehensive framework for carrying out data mining projects. It consists of six phases: business understanding, data understanding, data preparation, modeling, evaluation, and deployment. This model emphasizes a cyclical process allowing for continuous improvements based on insights gained from previous iterations.</p>
235+
<div align="center">
235236
<div class="mermaid">graph TD
236237
subgraph CRISP-DM
237238
style CRISP-DM fill:#EEEEEE, stroke:#333, stroke-width:2px
@@ -261,8 +262,10 @@ <h4 id="crisp-dm_cross-industry_standard_process_for_data_mining">CRISP-DM (Cros
261262
style E fill:#aaa,stroke:#333,stroke-width:2px
262263
style F fill:#aaa,stroke:#333,stroke-width:2px
263264
</div>
265+
</div>
264266
<h4 id="tdsp_team_data_science_process">TDSP (Team Data Science Process)<a class="headerlink" href="#tdsp_team_data_science_process" title="Permanent link">#</a></h4>
265267
<p>Developed by Microsoft, TDSP structures projects into five key phases: business understanding, data acquisition and understanding, modeling, deployment, and customer acceptance. It stresses the importance of iterative learning and effective communication within data science teams.</p>
268+
<div align="center">
266269
<div class="mermaid">graph TD
267270

268271
subgraph TDSP
@@ -297,9 +300,11 @@ <h4 id="tdsp_team_data_science_process">TDSP (Team Data Science Process)<a class
297300
style E fill:#aaa,stroke:#333,stroke-width:2px
298301
style F fill:#aaa,stroke:#333,stroke-width:2px
299302

303+
</div>
300304
</div>
301305
<h4 id="kdd_knowledge_discovery_in_databases">KDD (Knowledge Discovery in Databases)<a class="headerlink" href="#kdd_knowledge_discovery_in_databases" title="Permanent link">#</a></h4>
302306
<p>KDD is a non-linear, iterative process focusing on the discovery of actionable knowledge from large volumes of data. This process involves selection, preprocessing, transformation, data mining, and the interpretation of the discovered patterns.</p>
307+
<div align="center">
303308
<div class="mermaid">graph TD
304309
subgraph KDD
305310
style KDD fill:#EEEEEE, stroke:#333, stroke-width:2px
@@ -334,9 +339,11 @@ <h4 id="kdd_knowledge_discovery_in_databases">KDD (Knowledge Discovery in Databa
334339

335340
end
336341

342+
</div>
337343
</div>
338344
<h4 id="guos_data_science_workflow">Guo's Data Science Workflow<a class="headerlink" href="#guos_data_science_workflow" title="Permanent link">#</a></h4>
339345
<p>Guo's model is particularly useful for ensuring that data science projects are reproducible and transparent. It suggests a workflow where programming and exploratory data analysis are carried out in tandem, allowing for a deeper understanding and more robust analysis.</p>
346+
<div align="center">
340347
<div class="mermaid">graph LR
341348

342349
subgraph GUO
@@ -408,7 +415,6 @@ <h4 id="guos_data_science_workflow">Guo's Data Science Workflow<a class="headerl
408415

409416
end
410417

411-
412418
style A fill:#aaa,stroke:#333,stroke-width:2px
413419
style B fill:#aaa,stroke:#333,stroke-width:2px
414420
style C fill:#aaa,stroke:#333,stroke-width:2px
@@ -425,6 +431,7 @@ <h4 id="guos_data_science_workflow">Guo's Data Science Workflow<a class="headerl
425431
style N fill:#aaa,stroke:#333,stroke-width:2px
426432
style O fill:#aaa,stroke:#333,stroke-width:2px
427433

434+
</div>
428435
</div>
429436
</div>
430437
</div><footer>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,5 +354,5 @@ <h3>Model Implementation and Maintenance</h3>
354354

355355
<!--
356356
MkDocs version : 1.5.2
357-
Build Date UTC : 2024-07-16 14:49:17.941806+00:00
357+
Build Date UTC : 2024-07-16 15:03:14.425346+00:00
358358
-->

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)