HuggingMouse.custom_exceptions

Exceptions

AllenCachePathNotSpecifiedError

Common base class for all non-exit exceptions.

TransformerEmbeddingCachePathNotSpecifiedError

Common base class for all non-exit exceptions.

RegressionOutputCachePathNotSpecifiedError

Common base class for all non-exit exceptions.

Module Contents

exception HuggingMouse.custom_exceptions.AllenCachePathNotSpecifiedError(message=' Allen cache path is not specified as an environment variable! Set HGMS_ALLEN_CACHE_PATH with EXPORT or .env file')

Bases: Exception

Common base class for all non-exit exceptions.

message = ' Allen cache path is not specified as an environment variable! Set HGMS_ALLEN_CACHE_PATH with...
exception HuggingMouse.custom_exceptions.TransformerEmbeddingCachePathNotSpecifiedError(message='Transformer embedding path cache path is not specified as an environment variable! Set HGMS_TRANSF_EMBEDDING_PATH with EXPORT or .env file')

Bases: Exception

Common base class for all non-exit exceptions.

message = 'Transformer embedding path cache path is not specified as an environment variable! Set...
exception HuggingMouse.custom_exceptions.RegressionOutputCachePathNotSpecifiedError(message='Regression analysis output path cache path is not specified as an environment variable! Set HGMS_REGR_ANAL_PATH with EXPORT or .env file')

Bases: Exception

Common base class for all non-exit exceptions.

message = 'Regression analysis output path cache path is not specified as an environment variable! Set...