l3wrapper.validation

This module provides several validation functions used by the estimator.

l3wrapper.validation.check_column_names(X, column_names)

Check the column names specified by the user.

By design, the character ‘:’ is not allowed in any column name.

l3wrapper.validation.check_dtype(array)

Check the type of input values given by the user.

No subclasses on numpy.number are allowed.