diff --git a/project_files/Disaster_Response_Pipeline/notebooks/ML Pipeline Preparation-zh.ipynb b/project_files/Disaster_Response_Pipeline/notebooks/ML Pipeline Preparation-zh.ipynb index 182fa255..5a35a90e 100644 --- a/project_files/Disaster_Response_Pipeline/notebooks/ML Pipeline Preparation-zh.ipynb +++ b/project_files/Disaster_Response_Pipeline/notebooks/ML Pipeline Preparation-zh.ipynb @@ -169,7 +169,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### 10. Use this notebook to complete `train.py`\n", + "### 10. Use this notebook to complete `train_classifier.py`\n", "使用资源 (Resources)文件里附带的模板文件编写脚本,运行上述步骤,创建一个数据库,并基于用户指定的新数据集输出一个模型。" ] }, @@ -183,7 +183,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -197,7 +197,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.3" + "version": "3.9.12" } }, "nbformat": 4, diff --git a/project_files/Disaster_Response_Pipeline/notebooks/ML Pipeline Preparation.ipynb b/project_files/Disaster_Response_Pipeline/notebooks/ML Pipeline Preparation.ipynb index a0bb74da..9bbc1d09 100644 --- a/project_files/Disaster_Response_Pipeline/notebooks/ML Pipeline Preparation.ipynb +++ b/project_files/Disaster_Response_Pipeline/notebooks/ML Pipeline Preparation.ipynb @@ -169,7 +169,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### 10. Use this notebook to complete `train.py`\n", + "### 10. Use this notebook to complete `train_classifier.py`\n", "Use the template file attached in the Resources folder to write a script that runs the steps above to create a database and export a model based on a new dataset specified by the user." ] }, @@ -183,7 +183,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -197,7 +197,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.3" + "version": "3.9.12" } }, "nbformat": 4,