Skip to content

Commit

Permalink
Minor updates to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
arastuie committed Jul 17, 2020
1 parent 26b8d39 commit 1da3e49
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 5,060 deletions.
21 changes: 6 additions & 15 deletions examples/enron_exploratory_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,11 @@
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2020-06-11T17:36:57.125580Z",
"start_time": "2020-06-11T17:36:56.502774Z"
"end_time": "2020-07-17T05:11:52.239559Z",
"start_time": "2020-07-17T05:11:51.468063Z"
}
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/Users/makanarastuie/anaconda3/envs/tf/lib/python3.6/site-packages/sklearn/externals/joblib/__init__.py:15: DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be installed with: pip install joblib. If this warning is raised when loading pickled models, you may need to re-serialize those models with scikit-learn 0.21+.\n",
" warnings.warn(msg, category=DeprecationWarning)\n"
]
}
],
"outputs": [],
"source": [
"import sys\n",
"from os.path import join\n",
Expand Down Expand Up @@ -58,8 +49,8 @@
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2020-06-11T17:36:58.880309Z",
"start_time": "2020-06-11T17:36:58.748942Z"
"end_time": "2020-07-17T05:11:55.300502Z",
"start_time": "2020-07-17T05:11:55.168582Z"
}
},
"outputs": [
Expand Down Expand Up @@ -554,7 +545,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.6.4"
},
"toc": {
"base_numbering": 1,
Expand Down
21 changes: 7 additions & 14 deletions examples/facebook_wallposts_exploratory_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,11 @@
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2020-06-11T17:42:31.864041Z",
"start_time": "2020-06-11T17:42:31.216341Z"
"end_time": "2020-07-17T05:12:26.338039Z",
"start_time": "2020-07-17T05:12:25.704380Z"
}
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/Users/makanarastuie/anaconda3/envs/tf/lib/python3.6/site-packages/sklearn/externals/joblib/__init__.py:15: DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be installed with: pip install joblib. If this warning is raised when loading pickled models, you may need to re-serialize those models with scikit-learn 0.21+.\n",
" warnings.warn(msg, category=DeprecationWarning)\n"
]
}
],
"outputs": [],
"source": [
"import sys\n",
"from os.path import join\n",
Expand Down Expand Up @@ -59,15 +50,17 @@
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2020-06-11T17:42:40.207095Z",
"start_time": "2020-06-11T17:42:33.055932Z"
"end_time": "2020-07-17T05:12:37.544232Z",
"start_time": "2020-07-17T05:12:28.264512Z"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Downloading Facebook wall-posts dataset from http://socialnetworks.mpi-sws.mpg.de/data/facebook-wall.txt.gz ...\n",
"Download complete.\n",
"Number of node: 43,953\n",
"Number of events: 852,833\n",
"Duration of the network: 1000.0\n"
Expand Down
Loading

0 comments on commit 1da3e49

Please sign in to comment.