certifai.model.utils.http_util module

certifai.model.utils.http_util.fetch_model_binary(model_path: str) bytes

Fetches model binary from model_path :param model_path: Model path e.g s3://model/dtree.pkl :return: Model Binary as bytes