Skip to content
Merged

Dev #163

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/unit3/lesson_20/Lesson_20_activity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
" - Your notebook must output test set predictions to `submission.csv` in the correct format\n",
" - Go to 'Submit to competition' tab in the right sidebar and click 'Submit'\n",
"\n",
"You may see warnings when running on Kaggle due to inconsistencies in installed package versions between your environment and Kaggle. If you are using a virtual environment already, install this [kaggle_requirements.txt](https://github.com/gperdrizet/FSA_devops/blob/main/notebooks/unit3/lesson_20/kaggle_requirements.txt.ipynb):\n",
"You may see warnings when running on Kaggle due to inconsistencies in installed package versions between your environment and Kaggle. If you are using a virtual environment already, install this [kaggle_requirements.txt](https://github.com/gperdrizet/FSA_devops/blob/main/notebooks/unit3/lesson_20/kaggle_requirements.txt):\n",
"\n",
"```\n",
"pip install --force-reinstall kaggle_requirements.txt\n",
Expand Down