Skip to content

Latest commit

 

History

History
 
 

xval

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Cross Validation

The functions contained in this folder surround the implementation of various cross validation procedures, both time series and non time series in nature. The goal of this library is to make such procedures available to kdb+ users using a q-like syntax.

Functionality

Within this folder, users will find xval.q which contains base-level implementations of cross validation procedures, grid/random/Sobol-random hyperparameter searching methods and multi-processing procedures.

Requirements

The Python dependencies for the FRESH library can be installed by following the instructions laid out in the ML-Toolkit level of this library. Note that sobol-seq must be installed using pip.

Installation

Place the ml library in $QHOME and load into a q instance using ml/ml.q

Load

The following will load cross validation functionality into the .ml namespace

q)\l ml/ml.q
q).ml.loadfile`:xval/init.q

Documentation

Documentation is available on the Cross Validation homepage.

Status

The cross validation library is still in development. Further functionality and improvements will be made to the library on an ongoing basis.

If you have any issues, questions or suggestions, please write to ai@kx.com.