diff --git a/how-to-use-azureml/automated-machine-learning/forecasting-bike-share/auto-ml-forecasting-bike-share.ipynb b/how-to-use-azureml/automated-machine-learning/forecasting-bike-share/auto-ml-forecasting-bike-share.ipynb index 430a287d..09e59f67 100644 --- a/how-to-use-azureml/automated-machine-learning/forecasting-bike-share/auto-ml-forecasting-bike-share.ipynb +++ b/how-to-use-azureml/automated-machine-learning/forecasting-bike-share/auto-ml-forecasting-bike-share.ipynb @@ -450,8 +450,8 @@ "\n", "script_folder = os.path.join(os.getcwd(), 'forecast')\n", "os.makedirs(script_folder, exist_ok=True)\n", - "shutil.copy2('forecasting_script.py', script_folder)\n", - "shutil.copy2('forecasting_helper.py', script_folder)" + "shutil.copy('forecasting_script.py', script_folder)\n", + "shutil.copy('forecasting_helper.py', script_folder)" ] }, { @@ -630,4 +630,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}