×
BigML is working hard to support a wide range of browsers. Your experience will be better with:
English
Sign up / in
Sign up
Sign in
or Sign in with...
Amazon
Github
GitLab
Google
Toggle navigation
PRODUCT
Features
Releases
What's New
GETTING STARTED
PRICING
Subscriptions
Private Deployments
Training
Certifications
BigML for Education
SUPPORT
Toggle navigation
PRODUCT
Features
Releases
What's New
GETTING STARTED
PRICING
Subscriptions
Private Deployments
Training
Certifications
BigML for Education
SUPPORT
License
Oops!
We could not process your request!
Basic 5-fold cross-validation | BigML.com
×
Embed this Script in your web site
Copy & Paste this code into your HTML code:
javinp
Public
javinp's
Scripts
1
Models
0
Datasets
0
1
FREE
BUY
Basic 5-fold cross-validation
Details:
Created
Thu, 28 May 2026 10:56:29 +0000
Published
Thu, 28 May 2026 11:19:10 +0000
Description:
5-fold cross-validation of a model created with default parameters
Tags:
URL:
https://bigml.com/user/javinp/gallery/script/6a181f5d8c7f308673ae09e6
Script
FREE
Source code
;;cross-validation-1-click ;; ;;creates 5-fold cross validation using models with default parameters ;; ;; Inputs: ;; dataset-id: (string) Dataset ID ;; (define dft-k-folds 2) (define dft-model-options {}) (define dft-evaluation-options {}) (define dft-delete-resources true) ;; Output: (evaluation-id) Average of evaluations results ;; (define (cross-validation-1-click dataset-id model-type) (ds-cross-validation dataset-id dft-k-folds (dataset-get-objective-id dataset-id) model-type dft-model-options dft-evaluation-options dft-delete-resources)) (define cross-validation-output (cross-validation-1-click dataset-id model-type))
Description
5-fold cross-validation of a model created with default parameters
5-fold cross-validation of a model created with default parameters
Show more
Inputs
Outputs
License:
Creative Commons Zero V1.0
Script
FREE
Basic 5-fold cross-validation | BigML.com
Sending Request...
Sending Request...