Skip to content

Commit ca66a81

Browse files
Update mlpaths_grids.md
1 parent e4bad06 commit ca66a81

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/mlpaths_grids.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
We present 12 topics in the data science learning path, providing learning objectives, related skills, subtopics, and references/resources for each. The goal is to give graduate students a structured and comprehensive program to acquire data science expertise, including hands-on experience with real-world open-source tools and libraries.
55

6-
AAA
76

87
```mermaid
98
timeline
@@ -43,18 +42,24 @@ timeline
4342

4443
<p>Data Science is an interdisciplinary field focused on extracting knowledge and insights from data. Machine Learning (ML), a key component of Artificial Intelligence (AI), enables systems to learn from data to make decisions or predictions.</p>
4544

46-
- [<b>A2. Python for Data Science</b>](mlpaths/A2_Python_for_DataScience.md)
45+
- [<b>A2. Data Analysis with Pandas</b>](mlpaths/A2_Python_for_DataScience.md)
4746

4847
---
4948

50-
<p>Python's simplicity, versatility, and vast ecosystem of specialized libraries have made it the cornerstone of modern data science.
49+
<p>Pandas is a powerful and popular open-source Python library used for data analysis and manipulation.
50+
51+
- [<b>A3. Data Visualization with Matplotlib and Seaborn</b>](mlpaths/A2_Python_for_DataScience.md)
52+
53+
---
54+
55+
<p>Matplotlib is a library in Python that enables users to generate visualizations like histograms, scatter plots, bar charts, pie charts and much more. Seaborn is a visualization library that is built on top of Matplotlib. It provides data visualizations that are typically more aesthetic and statistically sophisticated.
5156

5257

53-
- <b>A3. Ethical Considerations of Data Science</b>
58+
- <b>A4. Ethical Considerations of Data Science</b>
5459

5560
---
5661

57-
<p>Ethics ...
62+
<p>Ethics in data science encompasses the moral principles and guidelines that govern the collection, analysis, and use of data to ensure responsible and beneficial outcomes.
5863

5964
</div>
6065

0 commit comments

Comments
 (0)