Kaynağa Gözat

Specify ds format in documentation

Ben Letham 7 yıl önce
ebeveyn
işleme
3571a90558
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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):"
    ]
   },
   {

Dosya farkı çok büyük olduğundan ihmal edildi
+ 2 - 2
notebooks/quick_start.ipynb