Skip to content

Commit 6aabaef

Browse files
committed
update by comment
1 parent f4efaf6 commit 6aabaef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/jupyter/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.ipynb_checkpoints

example/jupyter/tutorial_xgboost.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# XGBoost on SQLFlow Tutorial\n",
88
"\n",
9-
"This is a tutorial on train/predict XGBoost model in SQLFLow, you can find the design doc from [here](https://github.com/sql-machine-learning/sqlflow/blob/develop/doc/xgboost_on_sqlflow_design.md), in this tutorial you will know how to:\n",
9+
"This is a tutorial on train/predict XGBoost model in SQLFLow, you can find more SQLFlow usage from the [User Guide](https://github.com/sql-machine-learning/sqlflow/blob/develop/doc/user_guide.md), in this tutorial you will know how to:\n",
1010
"- Train a XGBoost model to fit the boston housing price; and\n",
1111
"- Predict the housing price using the trained model;\n",
1212
"\n",

0 commit comments

Comments
 (0)