Skip to content

Commit

Permalink
Correct some typos (DataTalksClub#102)
Browse files Browse the repository at this point in the history
* Correct a typo

Changed np.arrange() to np.arange()

* Correct few more typos
  • Loading branch information
syedsalman137 authored Jul 30, 2022
1 parent 7c6be19 commit dd52a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions course-zoomcamp/02-regression/04-validation-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ In general, the dataset is split into three parts: training, validation, and tes

**Numpy methods:**

* `np.arrange()` - retruns an array of numbers
* `np.random.shuffle()` - retturns a suffled array
* `np.arange()` - returns an array of numbers
* `np.random.shuffle()` - returns a shuffled array
* `np.random.seed()` - set a seed

The entire code of this project is available in [this jupyter notebook](https://github.com/alexeygrigorev/mlbookcamp-code/blob/master/chapter-02-car-price/02-carprice.ipynb).
Expand Down

0 comments on commit dd52a15

Please sign in to comment.