Skip to content

Instantly share code, notes, and snippets.

@pertschuk
Created December 4, 2019 01:32
Show Gist options
  • Save pertschuk/b38d886fdfcdbd9d968f48930fefb671 to your computer and use it in GitHub Desktop.
Save pertschuk/b38d886fdfcdbd9d968f48930fefb671 to your computer and use it in GitHub Desktop.
def label_from_category(category, confidence):
return (1 if 'Health' in category
or 'Science' in category else 0, confidence)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment