Commit 0053a12
authored
Change train/test split ratio from 80/20 to 85/15 (#3644)
Typo in text
I skipped the standard process because this change is so small. I do
believe it's still meaningful, as a typo in a tutorial can confuse and /
or dissuade learners.
Happy to go through full testing procedure if required, but that will
take more time.
Fixes #ISSUE_NUMBER
## Description
<!--- Describe your changes in detail -->
## Checklist
<!--- Make sure to add `x` to all items in the following checklist: -->
- [ ] The issue that is being fixed is referred in the description (see
above "Fixes #ISSUE_NUMBER")
- [ ] Only one issue is addressed in this pull request
- [ ] Labels from the issue that this PR is fixing are added to this
pull request
- [ ] No unnecessary issues are included into this pull request.1 parent a107b33 commit 0053a12
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
0 commit comments