Complete Stratified K Fold

This commit is contained in:
2023-07-22 11:23:35 +02:00
parent f6e154bc6e
commit 41cceece20
5 changed files with 88 additions and 86 deletions

View File

@@ -98,7 +98,8 @@
"queue": "cpp",
"typeindex": "cpp",
"shared_mutex": "cpp",
"*.ipp": "cpp"
"*.ipp": "cpp",
"cassert": "cpp"
},
"cmake.configureOnOpen": false,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"