Quellcode durchsuchen

Remove log transforms in the documentation by log transforming the CSVs, to avoid people thinking they have to log transform their data in order to use Prophet.

bl vor 7 Jahren
Ursprung
Commit
e21a05f4f9

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 2864
examples/example_wp_R.csv


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 2864
examples/example_wp_R_outliers1.csv


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 2864
examples/example_wp_R_outliers2.csv


Datei-Diff unterdrückt, da er zu groß ist
+ 2864 - 0
examples/example_wp_log_R.csv


Datei-Diff unterdrückt, da er zu groß ist
+ 2864 - 0
examples/example_wp_log_R_outliers1.csv


Datei-Diff unterdrückt, da er zu groß ist
+ 2864 - 0
examples/example_wp_log_R_outliers2.csv


Datei-Diff unterdrückt, da er zu groß ist
+ 2906 - 0
examples/example_wp_log_peyton_manning.csv


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 2906
examples/example_wp_peyton_manning.csv


Datei-Diff unterdrückt, da er zu groß ist
+ 99 - 104
notebooks/diagnostics.ipynb


+ 9 - 4
notebooks/multiplicative_seasonality.ipynb

@@ -4,7 +4,8 @@
    "cell_type": "code",
    "execution_count": 1,
    "metadata": {
-    "block_hidden": true
+    "block_hidden": true,
+    "collapsed": true
    },
    "outputs": [],
    "source": [
@@ -23,7 +24,9 @@
   {
    "cell_type": "code",
    "execution_count": 2,
-   "metadata": {},
+   "metadata": {
+    "collapsed": true
+   },
    "outputs": [],
    "source": [
     "%%R\n",
@@ -217,7 +220,9 @@
   {
    "cell_type": "code",
    "execution_count": 13,
-   "metadata": {},
+   "metadata": {
+    "collapsed": true
+   },
    "outputs": [],
    "source": [
     "%%R\n",
@@ -272,7 +277,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython2",
-   "version": "2.7.13"
+   "version": "2.7.14+"
   }
  },
  "nbformat": 4,

+ 9 - 7
notebooks/non-daily_data.ipynb

@@ -4,7 +4,8 @@
    "cell_type": "code",
    "execution_count": 1,
    "metadata": {
-    "block_hidden": true
+    "block_hidden": true,
+    "collapsed": true
    },
    "outputs": [],
    "source": [
@@ -22,7 +23,8 @@
    "cell_type": "code",
    "execution_count": 2,
    "metadata": {
-    "block_hidden": true
+    "block_hidden": true,
+    "collapsed": true
    },
    "outputs": [],
    "source": [
@@ -391,21 +393,21 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Python 3",
+   "display_name": "Python 2",
    "language": "python",
-   "name": "python3"
+   "name": "python2"
   },
   "language_info": {
    "codemirror_mode": {
     "name": "ipython",
-    "version": 3
+    "version": 2
    },
    "file_extension": ".py",
    "mimetype": "text/x-python",
    "name": "python",
    "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.5.3"
+   "pygments_lexer": "ipython2",
+   "version": "2.7.14+"
   }
  },
  "nbformat": 4,

Datei-Diff unterdrückt, da er zu groß ist
+ 33 - 28
notebooks/outliers.ipynb


Datei-Diff unterdrückt, da er zu groß ist
+ 55 - 53
notebooks/quick_start.ipynb


Datei-Diff unterdrückt, da er zu groß ist
+ 11 - 16
notebooks/saturating_forecasts.ipynb


Datei-Diff unterdrückt, da er zu groß ist
+ 107 - 100
notebooks/seasonality,_holiday_effects,_and_regressors.ipynb


Datei-Diff unterdrückt, da er zu groß ist
+ 36 - 41
notebooks/trend_changepoints.ipynb


Datei-Diff unterdrückt, da er zu groß ist
+ 47 - 52
notebooks/uncertainty_intervals.ipynb