Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC]: Fix typo #258

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changes/contributors.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.. _Shammi More: https://www.fz-juelich.de/SharedDocs/Personen/INM/INM-7/EN/More_s.html?nn=654218
.. _Leonard Sasse: https://github.com/LeSasse
.. _Synchon Mandal: https://github.com/synchon
.. _Dante Culaciati: https://github.com/Dante-010
1 change: 1 addition & 0 deletions docs/changes/newsfragments/258.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed a typo in cross validation by `Dante Culaciati`_
2 changes: 1 addition & 1 deletion docs/what_really_need_know/cross_validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Cross-validation - The fundamentals
This means that in order to evaluate if a model is *successful* in learning,
we need to evaluate if it is able to predict new data. Thus, we need to have
separate data for learning and testing. At the same time, data is a valuable
resource in machine learning and one wants to use it as efficeint as possible.
resource in machine learning and one wants to use it as efficiently as possible.

To solve this, we use *cross validation*. The core idea is that we want to
train (also named *fit*) a model on a subset of our data and evaluate it on a
Expand Down
Loading