Skip to content

Commit

Permalink
Merge pull request #5197 from FederatedAI/dev-2.0.0-bp-hetero-sbt-doc
Browse files Browse the repository at this point in the history
update doc
  • Loading branch information
mgqa34 authored Sep 18, 2023
2 parents aaf4408 + 87a8a27 commit 7f60f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
13 changes: 2 additions & 11 deletions doc/2.0/fate/ml/hetero_secureboost_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,7 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/cwj/anaconda3/envs/fate-dev/lib/python3.8/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
" from .autonotebook import tqdm as notebook_tqdm\n"
]
}
],
"outputs": [],
"source": [
"import pandas as pd\n",
"from fate.arch.dataframe import PandasReader\n",
Expand Down Expand Up @@ -1114,7 +1105,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.9.13"
},
"orig_nbformat": 4
},
Expand Down
13 changes: 2 additions & 11 deletions doc/2.0/fate/ml/homo_nn_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,7 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/cwj/anaconda3/envs/fate-dev/lib/python3.8/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
" from .autonotebook import tqdm as notebook_tqdm\n"
]
}
],
"outputs": [],
"source": [
"from fate.ml.nn.algo.homo.fedavg import FedAVGCLient, FedAVGServer, TrainingArguments, FedAVGArguments\n",
"import torch as t\n",
Expand Down Expand Up @@ -725,7 +716,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.9.13"
},
"orig_nbformat": 4
},
Expand Down

0 comments on commit 7f60f76

Please sign in to comment.