.. _l-staticmethods: Static Methods ============== .. contents:: :local: :depth: 1 Summary +++++++ +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+ | staticmethod | class parent | truncated documentation | +====================================================================================================================+===============================+=======================================================================+ | :py:meth:`_epsilon ` | QuantileLinearRegression | | +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+ | :py:meth:`_get_param_names ` | ApproximateNMFPredictor | Returns the list of parameters of the estimator. | +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+ | :meth:`as_key ` | MLCache | Converts a list of parameters into a key. | +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+ | :meth:`available_fcts ` | FunctionReciprocalTransformer | Returns the list of predefined functions. | +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+ | :meth:`compare_params ` | SkBase | Compares two sets of parameters. | +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+ | :meth:`create_cache ` | MLCache | Creates a new cache. | +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+ | :meth:`get_cache ` | MLCache | Gets a cache with a given name. | +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+ | :meth:`has_cache ` | MLCache | Tells if cache *name* is present. | +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+ | :meth:`read_zip ` | SearchEngineVectors | Restore the features, the metadata to a :class:`SearchEngineVectors`. | +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+ | :meth:`remove_cache ` | MLCache | Removes a cache with a given name. | +--------------------------------------------------------------------------------------------------------------------+-------------------------------+-----------------------------------------------------------------------+