Added credits. Removed empty cell.

This commit is contained in:
Donne Martin 2015-05-31 09:38:47 -04:00
parent e310500293
commit b1e2a5b077

View File

@ -6,6 +6,8 @@
"source": [
"# NumPy\n",
"\n",
"Credits: Forked from [Parallel Machine Learning with scikit-learn and IPython](https://github.com/ogrisel/parallel_ml_tutorial) by Olivier Grisel\n",
"\n",
"* NumPy Arrays, dtype, and shape\n",
"* Common Array Operations\n",
"* Reshape and Update In-Place\n",
@ -680,15 +682,6 @@
"plt.scatter(x, y)\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {