Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1

This commit is contained in:
Aurélien Geron
2021-02-14 15:02:09 +13:00
parent 8ebdcffc6b
commit 670873843d
15 changed files with 797 additions and 737 deletions

View File

@@ -79,11 +79,7 @@
" print(\"Saving figure\", fig_id)\n",
" if tight_layout:\n",
" plt.tight_layout()\n",
" plt.savefig(path, format=fig_extension, dpi=resolution)\n",
"\n",
"# Ignore useless warnings (see SciPy issue #5998)\n",
"import warnings\n",
"warnings.filterwarnings(action=\"ignore\", message=\"^internal gelsd\")"
" plt.savefig(path, format=fig_extension, dpi=resolution)"
]
},
{
@@ -1797,7 +1793,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.7.8"
},
"nav_menu": {},
"toc": {