Commit Graph

525 Commits (233b1976602f5ca805b57d18b8ec4317bfe8ae71)

Author SHA1 Message Date
Donne Martin 233b197660 Add new pandas notebooks
Source: https://github.com/jakevdp/PythonDataScienceHandbook unmodified
2017-03-13 04:42:29 -04:00
Donne Martin d52331cd5a Add new numpy notebooks
Source: https://github.com/jakevdp/PythonDataScienceHandbook unmodified
2017-03-13 04:41:59 -04:00
Shadab Shaikh a238b141f3 Replacing deprecated initialiser function with the new one (#41) 2017-02-05 12:13:24 -05:00
Donne Martin 62f06d25d7 Add link to BinRoot/TensorFlow-Book (#40) 2016-12-18 07:18:14 -05:00
Donne Martin f7eaf02d14 Add link to alrojo/tensorflow-tutorial (#38) 2016-09-30 05:52:49 -04:00
Donne Martin 79c035c4c1 Update run instructions for Jupyter Notebook 4+ (#37) 2016-09-08 06:28:46 -04:00
Donne Martin 07e6273279 Reorder sections in README 2016-07-31 08:20:51 -04:00
Donne Martin b2da6e6704 Update applied matplotlib notebook README description
Makes the description more consistent with other notebooks.
2016-06-20 05:33:42 -04:00
Donne Martin 60735896bd Update GitHub data wrangling notebook README description
Makes the description more consistent with other notebooks.
2016-06-04 07:17:10 -04:00
Donne Martin b58a974ef2 Merge pull request #36 from donnemartin/develop
Add reference to nlintz/TensorFlow-Tutorials
2016-05-24 07:06:20 -04:00
Donne Martin 5ab4ecee3a Add reference to nlintz/TensorFlow-Tutorials 2016-05-24 07:05:11 -04:00
Donne Martin c1ed46758c Update Churn Analysis notebook README description
Makes the description more consistent with other notebooks.
2016-05-05 07:19:00 -04:00
Donne Martin ba5d8ef032 Merge pull request #32 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2016-04-29 05:51:35 -04:00
ReadmeCritic c329df49cf Update README URLs based on HTTP redirects 2016-04-18 10:55:08 -07:00
Donne Martin 1e6f46ab70 Update Titanic notebook README description
Makes the description more consistent with other notebooks.
2016-04-13 21:32:36 -04:00
Donne Martin faef63be22 Reset pandas cells to start at 1 instead of 13 2016-04-01 07:21:07 -04:00
Donne Martin 1b66ab484b Merge pull request #31 from poornas/pandasfix
Fix ambiguous output and replaced deprecated functions
2016-03-24 18:04:39 -04:00
Poorna Krishnamoorthy 77400564f7 fixed ambiguous output for dataframe slicing of rows from specific column; replaced order() and sort_index(by=) deprecated functions with sort_values 2016-03-04 17:59:17 -08:00
Donne Martin 0446242911 Merge pull request #30 from Dawny33/patch-1
Replace `sort` with `sorted`
2016-02-26 07:00:16 -05:00
Jalem Raj Rohit 176172101d Replaced `sort` with `sorted`
`sort` throws an error, so replaced with `sorted` which solves the same purpose
2016-02-25 19:41:53 +05:30
Donne Martin 4e8f427764 Merge branch 'amarrella-master'
* amarrella-master:
  Add note on DataFrame recomme^Cation over RDD
  Add more Spark DataFrame examples
  Move DataFrames before RDDs
  Added DataFrames section and cleared outputs
  Added DataFrames section
2016-02-21 06:23:41 -05:00
Donne Martin 138cd1054e Add note on DataFrame recomme^Cation over RDD 2016-02-21 06:21:59 -05:00
Donne Martin 34889ce7c8 Add more Spark DataFrame examples 2016-02-21 06:16:34 -05:00
Donne Martin e4e1284a15 Move DataFrames before RDDs 2016-02-21 06:00:40 -05:00
Alessandro b15edb7585 Added DataFrames section and cleared outputs 2016-02-20 19:49:32 +01:00
Alessandro d4450573c3 Added DataFrames section 2016-02-20 19:35:22 +01:00
Donne Martin 09f6c35138 Merge pull request #28 from donnemartin/develop
Add TensorFlow tutorials by Parag K Mital.
2016-02-14 06:17:22 -05:00
Donne Martin ee16639d97 Add TensorFlow tutorials by Parag K Mital. 2016-02-14 06:16:26 -05:00
Donne Martin ddbfd9d017 Merge pull request #27 from donnemartin/develop
Add github-data-wrangling notebook to pandas section.
2016-02-07 16:20:03 -05:00
Donne Martin 6de3b168fb Add github-data-wrangling notebook.
Demonstrates loading, cleaning, merging, and feature engineering of GitHub data from the Viz repo.
2016-02-07 16:18:40 -05:00
Donne Martin 0717c67e29 Merge pull request #26 from donnemartin/develop
Add Pelican commands.
2016-01-31 07:33:06 -05:00
Donne Martin 8bdf95f6a1 Add Pelican commands. 2016-01-31 07:30:51 -05:00
Donne Martin cb8677dc54 Clean up algorithmia pull request. 2016-01-24 06:53:49 -05:00
Donne Martin 5a5cdc23dd Merge pull request #24 from besirkurtulmus/master
Add Algorithmia IPython Notebook example
2016-01-24 06:47:21 -05:00
A. Besir Kurtulmus ea4588ad82 Algorithmia update 2016-01-18 17:08:06 +02:00
Donne Martin d7c151bc5c Reorder sections based on traffic metrics. 2016-01-18 06:19:54 -05:00
A. Besir Kurtulmus f50d65d35e Add Algorithmia IPython Notebook example 2016-01-07 21:41:08 +02:00
Donne Martin 84a524f4f3 Re-order sections. 2016-01-07 07:33:38 -05:00
Donne Martin 7f7a7e7bc5 Update intro and install sections. 2016-01-07 07:32:44 -05:00
Donne Martin bd71848b65 Merge pull request #23 from AnishShah/master
Change tf.types.int16 to tf.int16
2016-01-04 18:52:12 -05:00
Anish Shah 3a5c12bd85 Change to tf.dtype 2016-01-04 20:36:24 +05:30
Anish Shah 9eb19b66db Change tf.types.int16 to tf.int16 2016-01-03 21:01:25 +05:30
Donne Martin d56ab13783 Merge pull request #22 from donnemartin/develop
Minor updates to Theano notebooks.
2015-12-30 05:59:56 -05:00
Donne Martin 9807604094 Merge branch 'feature/theano-update' into develop
* feature/theano-update:
  Add link to associated slides to intro to theano notebook.
  Fix typo in intro to scan in Theano notebook.
2015-12-30 05:57:24 -05:00
Donne Martin 25f332b1a9 Add link to associated slides to intro to theano notebook. 2015-12-30 05:56:49 -05:00
Donne Martin cb7c899ec6 Fix typo in intro to scan in Theano notebook. 2015-12-30 05:56:05 -05:00
Donne Martin 57ef173817 Update python-data notebooks descriptions. 2015-12-29 04:30:26 -05:00
Donne Martin 9bef0ad327 Update statistical-inference-scipy notebooks descriptions. 2015-12-29 04:25:11 -05:00
Donne Martin 31f8d8eabf Update scikit-learn notebooks descriptions. 2015-12-29 04:18:14 -05:00
Donne Martin 9cd665618d Update mapreduce-python description. 2015-12-29 04:14:59 -05:00