mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Added credits. Removed empty cell.
This commit is contained in:
parent
e310500293
commit
b1e2a5b077
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user