The objective of this script is to perform a 5-fold cross validation of the model built from a...
Script to select the n best features for modeling a given dataset, using a greedy algorithm:
n
...
The objective of this script is to perform a k-fold cross validation of a model built from a dataset...
The idea behind this script is to take a dataset as input and return a "clean" dataset with no...
The objective of this script is to perform a k-fold cross validation of an ensemble built from a...
A very simple script in which we decide whether it's better to use a model or an ensemble for making...
This script takes as inputs a cluster identifier, an instance, i.e., a map with values for all...
This is a simple script that, given an input dataset, creates an anomaly detector and uses it to...
Given an input dataset, we use SMACdown to find the best parameters for creating an ensemble from...