utilities#
Calculate the sparsity (percentage of zeros) of an array-like. |
|
Validate a pipeline setup. |
|
Map a vector of feature names feature_names against the full set of feature names provided by feature_names_in. |
|
Retrieve the name of the calling module. |
|
Return a boolean numpy array or vector indicating the locations of infinity-like values in the data. |
|
This function combines pybear |
|
Return a boolean numpy array or vector indicating the locations of nan-like representations in the data. |
|
In all cases, return an identically shaped boolean numpy array or vector indicating the locations of nan-like representations in the data. |
|
Find all possible unique combinations in drawing a single value from each group in a collection of groups of unique values. |
|
Print a module's stack hierarchy to screen. |
|
Map serial index positions to their zero-based Cartesian coordinates in an object of the given shape. |
|
Measure the average time (seconds) and the average change in system RAM (MB) when computing functions. |
|
Wraps a function with a timer that displays the time in seconds it took for the function to run. |
|
Use the union-find algorithm to find groups of connected values from disjoint pairs of connected values. |