We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df368a commit bf5616fCopy full SHA for bf5616f
README.md
@@ -1,12 +1,16 @@
1
-# Feature Selection Package
+# Cross Validation Package
2
Python package for plug and play cross validation techniques.
3
If you like the idea or you find usefull this repo in your job, please leave a ⭐ to support this personal project.
4
5
The documentation will grow with all the information about all the cross-validation techniques.
6
7
* Cross Validation methods:
8
- * k-fold;
+ * K-fold;
9
* Leave One Out (LOO);
10
* Leave One Subject Out (LOSO).
11
12
-
+## K-fold
13
+
14
+## Leave One Out (LOO)
15
16
+## Leave One Subject Out (LOSO)
0 commit comments