Skip to content

Instantly share code, notes, and snippets.

@mateisuica
Last active September 11, 2017 18:17
Show Gist options
  • Save mateisuica/fcb89b4b6db058d30795638d586e92f5 to your computer and use it in GitHub Desktop.
Save mateisuica/fcb89b4b6db058d30795638d586e92f5 to your computer and use it in GitHub Desktop.
Test a link
test = loadPage('http://www.mateisuica.com')
predicted = text_clf.predict([test])
print(predicted)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment