Skip to content

Commit 3cdde2a

Browse files
committed
Fix for lda-advi-aevb
1 parent 3673291 commit 3cdde2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/notebooks/lda-advi-aevb.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"name": "stderr",
3030
"output_type": "stream",
3131
"text": [
32-
"/home/lpaz/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.\n",
32+
"/anaconda3/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.\n",
3333
" from ._conv import register_converters as _register_converters\n"
3434
]
3535
}
@@ -540,7 +540,7 @@
540540
"name": "stderr",
541541
"output_type": "stream",
542542
"text": [
543-
"/home/lpaz/anaconda3/lib/python3.6/site-packages/sklearn/decomposition/online_lda.py:314: DeprecationWarning: n_topics has been renamed to n_components in version 0.19 and will be removed in 0.21\n",
543+
"/anaconda3/lib/python3.6/site-packages/sklearn/decomposition/online_lda.py:314: DeprecationWarning: n_topics has been renamed to n_components in version 0.19 and will be removed in 0.21\n",
544544
" DeprecationWarning)\n"
545545
]
546546
},

0 commit comments

Comments
 (0)