Skip to content

Commit d743e49

Browse files
authored
🌐 Update translations via Co-op Translator
1 parent b32c37c commit d743e49

File tree

20 files changed

+726
-708
lines changed

20 files changed

+726
-708
lines changed

translations/en/1-Introduction/01-defining-data-science/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
<!--
22
CO_OP_TRANSLATOR_METADATA:
33
{
4-
"original_hash": "8141e7195841682914be03ef930fe43d",
5-
"translation_date": "2025-09-03T19:56:26+00:00",
4+
"original_hash": "a0516588d172f82f35f7a0d4a001e5d0",
5+
"translation_date": "2025-09-06T10:13:07+00:00",
66
"source_file": "1-Introduction/01-defining-data-science/README.md",
77
"language_code": "en"
88
}
99
-->
10-
Of course, we can go further. For example, we could analyze the test results to identify which specific questions are most often answered incorrectly. This could help us pinpoint areas where the material might need to be clarified or expanded. Additionally, we could track how students navigate through the course, such as which sections they revisit or skip, to better understand their learning patterns.
10+
Of course, depending on the specific data, some steps might be skipped (e.g., if the data is already stored in a database or if model training isn't necessary), or some steps might be repeated multiple times (such as data processing).
1111

12-
By collecting and analyzing this data, we can make informed decisions to improve the course structure, content, and delivery. This is a simple example of how digitalization (collecting data about the course) and digital transformation (using that data to improve the course) can work together to enhance outcomes.
12+
## Digitalization and Digital Transformation
1313

14-
## Summary
14+
Over the past decade, many businesses have come to realize the importance of data in making informed decisions. To apply data science principles effectively in a business context, the first step is to collect relevant data—essentially converting business processes into digital formats. This process is referred to as **digitalization**. Leveraging data science techniques on this digitized data to inform decisions can lead to significant productivity gains or even a complete business pivot, a process known as **digital transformation**.
1515

16-
Data is everywhere, and its importance has grown significantly with the advent of computers and the Internet. Data science is the field that helps us extract knowledge and actionable insights from data, using scientific methods and computational tools. It operates on structured, semi-structured, and unstructured data, and spans a wide range of application domains.
16+
Let’s consider an example. Suppose we are delivering a data science course (like this one) online to students, and we want to use data science to improve it. How might we go about this?
1717

18-
Understanding the types of data, where to find it, and how to use it effectively is key to leveraging data science. By applying these principles, businesses and individuals can make better decisions, optimize processes, and even transform the way they operate.
19-
You might argue that this approach isn't perfect, as modules can vary in length. It would probably be fairer to divide the time by the module's length (measured in the number of characters) and compare those values instead.
18+
We could start by asking, "What aspects can be digitized?" The simplest approach might involve measuring the time it takes each student to complete each module and assessing their knowledge through a multiple-choice test at the end of each module. By averaging the completion times across all students, we could identify which modules are the most challenging and focus on simplifying them.
19+
You might argue that this method isn't perfect, as modules can vary in length. It would likely be more equitable to divide the time by the module's length (measured in the number of characters) and compare those results instead.
2020
When analyzing the results of multiple-choice tests, we can identify concepts that students struggle to understand and use this information to improve the content. To achieve this, tests should be designed so that each question corresponds to a specific concept or piece of knowledge.
2121

22-
For a more advanced approach, we can compare the time taken to complete each module with the age group of the students. This might reveal that certain age groups take an unusually long time to finish a module or that students drop out before completing it. Such insights can help us recommend appropriate age groups for the module and reduce dissatisfaction caused by mismatched expectations.
22+
For a more advanced approach, we can compare the time taken to complete each module with the age group of the students. This might reveal that certain age groups take an unusually long time to finish the module or that students drop out before completing it. Such insights can help us recommend appropriate age groups for the module and reduce dissatisfaction caused by mismatched expectations.
2323

2424
## 🚀 Challenge
2525

26-
In this challenge, we will identify concepts related to the field of Data Science by analyzing texts. We'll use a Wikipedia article on Data Science, download and process the text, and then create a word cloud similar to this one:
26+
In this challenge, we will identify concepts related to the field of Data Science by analyzing texts. We'll use a Wikipedia article on Data Science, download and process the text, and then create a word cloud like this one:
2727

2828
![Word Cloud for Data Science](../../../../translated_images/ds_wordcloud.664a7c07dca57de017c22bf0498cb40f898d48aa85b3c36a80620fea12fadd42.en.png)
2929

3030
Check out [`notebook.ipynb`](../../../../../../../../../1-Introduction/01-defining-data-science/notebook.ipynb ':ignore') to explore the code. You can also run the code to see how it performs all data transformations in real time.
3131

3232
> If you're unfamiliar with running code in a Jupyter Notebook, refer to [this article](https://soshnikov.com/education/how-to-execute-notebooks-from-github/).
3333
34-
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/)
34+
## [Post-lecture quiz](https://ff-quizzes.netlify.app/en/ds/quiz/1)
3535

3636
## Assignments
3737

0 commit comments

Comments
 (0)