custom_lru_cache
remove_nans
self) by removing
NaN values.
This decorator processes each numpy array argument passed to the decorated
function by:
- Dropping rows that are entirely
NaNsin any of the arrays. - Dropping columns (after row filtering) that contain any
NaNsin any of the arrays.
numpy array arguments must have the same shape, otherwise a ValueError
is raised.
Parameters:
Raises:
Returns:
filter_config
Feature objects based on search terms
from the function signature.
The decorated method must take a search parameter (str or list of str)
and have access to self.feature. It filters the list by searching
within id (case-sensitive), study_name, and timeframe (case-insensitive)
attributes. Supports substring matching and prefix matching with trailing *.
Returns:
catch_exceptions
Schedule library doesn’t catch exceptions that happen during job execution.
Therefore any exceptions thrown during job execution will bubble up and
interrupt schedule’s run_xyz function.
Parameters:
Returns:
deprecated
DeprecationWarning is issued,
and a RuntimeError is raised to stop execution.
Parameters:
Raises:
Returns:
Examples:

