Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mohcinemadkour/f71c2d6339fc452a913edbeac9bcf9eb to your computer and use it in GitHub Desktop.
Save mohcinemadkour/f71c2d6339fc452a913edbeac9bcf9eb to your computer and use it in GitHub Desktop.
twitter language
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"#Scrape/collect a dataset.\n",
"#Clean and explore the data, doing feature extraction.\n",
"#Build a model on the data and iterate/improve it.\n",
"#Improve the model using more and more data, perhaps upgrading your infrastructure to support building larger models. (Such as migrating over to Hadoop.)\n",
"#Apply the model in real tim"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.13"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment