Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : e2cb1e6
Branch  : main
Author  : Toby Hodges <[email protected]>
Time    : 2023-11-08 07:55:23 +0000
Message : make link text more descriptive (#427)

Co-authored-by: Sven van der Burg <[email protected]>
  • Loading branch information
actions-user and svenvanderburg committed Nov 8, 2023
1 parent 424f8e1 commit c290e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 2-keras.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,9 @@ For this episode we will keep it at just a training and test set however.

To split the cleaned dataset into a training and test set we will use a very convenient
function from sklearn called `train_test_split`.
This function takes a number of parameters which are extensively explained [here](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html) :
- The first two parameters are the dataset (in our case features) and the corresponding targets (i.e. defined as target).

This function takes a number of parameters which are extensively explained in [the scikit-learn documentation](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html) :
- The first two parameters are the dataset (in our case `features`) and the corresponding targets (i.e. defined as target).
- Next is the named parameter `test_size` this is the fraction of the dataset that is
used for testing, in this case `0.2` means 20% of the data will be used for testing.
- `random_state` controls the shuffling of the dataset, setting this value will reproduce
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2023-11-08"
"paper.md" "bb2f0edaf5f729d9801fc2398650571b" "site/built/paper.md" "2023-11-08"
"episodes/1-introduction.Rmd" "e6cb5167810faaa801c598ceddd0e9c6" "site/built/1-introduction.md" "2023-11-08"
"episodes/2-keras.Rmd" "4b4f179e860642950f81b6deccbafd41" "site/built/2-keras.md" "2023-11-08"
"episodes/2-keras.Rmd" "9e35ec651717f7323c01c1f4625bace1" "site/built/2-keras.md" "2023-11-08"
"episodes/3-monitor-the-model.Rmd" "65a1408b6774e38b951aaa50630ba08a" "site/built/3-monitor-the-model.md" "2023-11-08"
"episodes/4-advanced-layer-types.Rmd" "580f587dec39c5dde6c77ae0d1048b19" "site/built/4-advanced-layer-types.md" "2023-11-08"
"episodes/5-outlook.Rmd" "fc597b012a3435c9766006b2652e8db0" "site/built/5-outlook.md" "2023-11-08"
Expand Down

0 comments on commit c290e0c

Please sign in to comment.