mlnext.utilsΒΆ
Module with utility functions.
Functions
Checks whether each passed array has exactly ndim number of dimensions, if strict is false then the number of dimensions must be at most ndim. |
|
Checks the shape of one or more arrays. |
|
Checks whether each array has exactly size elements along axis, if strict is false then it must be at most size elements. |
|
Converts sequences in |
|
Turns a nested mapping into a flattened mapping. |
|
Renames every key in mapping with a prefix and/or suffix. |
|
Truncates the arrays in each tuple to the minimum length of an array in |
Classes
Dictionary that accepts range keys. |