Skip to content

Commit adc85e4

Browse files
committed
glossaries
1 parent ede4941 commit adc85e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/machine-learning-zoomcamp/module-01-introduction/crisp-dm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ The CRISP-DM methodology provides a structured approach to machine learning proj
146146

147147
The process is iterative, with each cycle building on lessons from previous iterations. Starting simple and gradually increasing complexity allows for faster delivery of value while maintaining a path for continuous improvement.
148148

149-
In the next lesson, we'll dive deeper into the modeling step to explore how to select and evaluate different machine learning models.
149+
In the next lesson, we'll dive deeper into the modeling step to explore how to select and evaluate different machine learning models.

docs/machine-learning-zoomcamp/module-01-introduction/introduction-to-numpy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ np.std(a) # Standard deviation
174174

175175
These operations work on both 1D and 2D arrays.
176176

177-
NumPy offers many more functions for operations like finding minimums per row, sorting arrays, and matrix operations which will be covered in the linear algebra section.
177+
NumPy offers many more functions for operations like finding minimums per row, sorting arrays, and matrix operations which will be covered in the linear algebra section.

docs/machine-learning-zoomcamp/module-01-introduction/introduction-to-pandas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,4 @@ numpy_array = df['msrp'].values
238238
records = df.to_dict(orient='records')
239239
```
240240

241-
This format is useful for saving data or passing it to other systems that expect Python dictionaries.
241+
This format is useful for saving data or passing it to other systems that expect Python dictionaries.

0 commit comments

Comments
 (0)