devo_ml.modelmanager.validator# A set of convenient validators. is_valid_url(url)[source]# Checks whether a URL is valid. Parameters: url (str) – URL to check Return type: bool Returns: True if url is valid, False otherwise