in credit-card-fraud-detection/neptune_ml_utils.py [0:0]
def prepare_movielens_data(s3_bucket_uri: str): try: return MovieLensProcessor().prepare_movielens_data(s3_bucket_uri) except Exception as e: logging.error(e)