不能在 Kaggle 内核中使用 'kaggle.competitions'
Cannot use 'kaggle.competitions' in Kaggle kernel
我正在尝试在远程 Kaggle 内核中使用 Python 模块,但是当我 运行、from kaggle.competitions import nflrush
时出现此错误:
Could not find kaggle.json. Make sure it's located in /root/.kaggle. Or use the environment method.
- 我正在使用 Kaggle 笔记本。
- Nlf Rush 是 2 个月前结束的 kaggle 比赛
os.getcwd()
,给我:'/kaggle/working'
os.listdir()
,给我:['.ipynb_checkpoints', '__notebook_source__.ipynb']
但我不知道如何在 Kaggle 远程内核中添加凭据 kaggle.json。
还是比赛结束了?
我相信这是因为你的笔记本没有附加到数据集。
有关如何操作的详细信息,请参阅此论坛 post:https://www.kaggle.com/c/nfl-big-data-bowl-2020/discussion/113684。
the easiest is to create it from within the competition: click the "Notebooks" tab on any page in the competition — or just go here: https://www.kaggle.com/c/nfl-big-data-bowl-2020/notebooks — and click on "New Notebook" then the notebook should be set up properly.
管理竞赛的人制作了模块的 R 版本。 Python 的问题仍然存在。
这是 R 版本的 link:https://www.kaggle.com/wcukierski/official-r-starter-notebook-nfl-big-data-bowl
我正在尝试在远程 Kaggle 内核中使用 Python 模块,但是当我 运行、from kaggle.competitions import nflrush
时出现此错误:
Could not find kaggle.json. Make sure it's located in /root/.kaggle. Or use the environment method.
- 我正在使用 Kaggle 笔记本。
- Nlf Rush 是 2 个月前结束的 kaggle 比赛
os.getcwd()
,给我:'/kaggle/working'
os.listdir()
,给我:['.ipynb_checkpoints', '__notebook_source__.ipynb']
但我不知道如何在 Kaggle 远程内核中添加凭据 kaggle.json。 还是比赛结束了?
我相信这是因为你的笔记本没有附加到数据集。
有关如何操作的详细信息,请参阅此论坛 post:https://www.kaggle.com/c/nfl-big-data-bowl-2020/discussion/113684。
the easiest is to create it from within the competition: click the "Notebooks" tab on any page in the competition — or just go here: https://www.kaggle.com/c/nfl-big-data-bowl-2020/notebooks — and click on "New Notebook" then the notebook should be set up properly.
管理竞赛的人制作了模块的 R 版本。 Python 的问题仍然存在。 这是 R 版本的 link:https://www.kaggle.com/wcukierski/official-r-starter-notebook-nfl-big-data-bowl