Parcourir la source

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 il y a 7 ans
Parent
commit
e21a05f4f9

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 2864
examples/example_wp_R.csv


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 2864
examples/example_wp_R_outliers1.csv


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 2864
examples/example_wp_R_outliers2.csv


Fichier diff supprimé car celui-ci est trop grand
+ 2864 - 0
examples/example_wp_log_R.csv


Fichier diff supprimé car celui-ci est trop grand
+ 2864 - 0
examples/example_wp_log_R_outliers1.csv


Fichier diff supprimé car celui-ci est trop grand
+ 2864 - 0
examples/example_wp_log_R_outliers2.csv


Fichier diff supprimé car celui-ci est trop grand
+ 2906 - 0
examples/example_wp_log_peyton_manning.csv


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 2906
examples/example_wp_peyton_manning.csv


Fichier diff supprimé car celui-ci est trop grand
+ 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,

Fichier diff supprimé car celui-ci est trop grand
+ 33 - 28
notebooks/outliers.ipynb


Fichier diff supprimé car celui-ci est trop grand
+ 55 - 53
notebooks/quick_start.ipynb


Fichier diff supprimé car celui-ci est trop grand
+ 11 - 16
notebooks/saturating_forecasts.ipynb


Fichier diff supprimé car celui-ci est trop grand
+ 107 - 100
notebooks/seasonality,_holiday_effects,_and_regressors.ipynb


Fichier diff supprimé car celui-ci est trop grand
+ 36 - 41
notebooks/trend_changepoints.ipynb


Fichier diff supprimé car celui-ci est trop grand
+ 47 - 52
notebooks/uncertainty_intervals.ipynb