statsmodels is preinstalled on Kaggle

main
Aurélien Geron 2022-04-05 18:20:41 +12:00
parent 0f9d6d032f
commit 395d999918
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"if \"google.colab\" in sys.modules or \"kaggle_secrets\" in sys.modules:\n", "if \"google.colab\" in sys.modules:\n",
" %pip install -q -U statsmodels" " %pip install -q -U statsmodels"
] ]
}, },