소스 검색

Specify ds format in documentation

Ben Letham 7 년 전
부모
커밋
3571a90558
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      notebooks/non-daily_data.ipynb
  2. 2 2
      notebooks/quick_start.ipynb

+ 1 - 1
notebooks/non-daily_data.ipynb

@@ -37,7 +37,7 @@
    "source": [
     "## Sub-daily data\n",
     "\n",
-    "Prophet can make forecasts for time series with sub-daily observations by passing in a dataframe with timestamps in the `ds` column. When sub-daily data are used, daily seasonality will automatically be fit. Here we fit Prophet to data with 5-minute resolution (daily temperatures at Yosemite):"
+    "Prophet can make forecasts for time series with sub-daily observations by passing in a dataframe with timestamps in the `ds` column. The format of the timestamps should be YYYY-MM-DD HH:MM:SS - see the example csv [here](https://github.com/facebook/prophet/blob/master/examples/example_yosemite_temps.csv). When sub-daily data are used, daily seasonality will automatically be fit. Here we fit Prophet to data with 5-minute resolution (daily temperatures at Yosemite):"
    ]
   },
   {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 2
notebooks/quick_start.ipynb