Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ageron/handson-ml
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Jul 7, 2017
2 parents 322b509 + a2fc967 commit 383c67c
Show file tree
Hide file tree
Showing 4 changed files with 2,129 additions and 46 deletions.
2 changes: 1 addition & 1 deletion 01_the_machine_learning_landscape.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@
],
"source": [
"full_country_stats = pd.merge(left=oecd_bli, right=gdp_per_capita, left_index=True, right_index=True)\n",
"full_country_stats.sort_values(by=\"GDP per capita\", inplace=\"True\")\n",
"full_country_stats.sort_values(by=\"GDP per capita\", inplace=True)\n",
"full_country_stats"
]
},
Expand Down
775 changes: 747 additions & 28 deletions 08_dimensionality_reduction.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 383c67c

Please sign in to comment.