Skip to content

Commit

Permalink
Merge pull request #413 from ZJUEarthData/web
Browse files Browse the repository at this point in the history
docs: update commands info.
  • Loading branch information
SanyHe authored Jan 5, 2025
2 parents 402f8fa + 14005e3 commit 7adf14b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ On Jupyter Notebook / Google Colab:

+ There are five built-in data sets corresponding to five kinds of model pattern.

+ The generated output directory `geopi_output` and `geopi_tracking` will be on desktop by default.
+ The generated output directory `geopi_output` and `geopi_tracking` will be on the directory where you run this command.


### Case 2: Run with your own data set on desktop for model training and model inference
Expand Down Expand Up @@ -253,7 +253,7 @@ On Jupyter Notebook / Google Colab:

+ The training data in our pipeline will be divided into the train set and test set used for training the ML model and evaluating the model's performance. The score includes two types. The first type is the scores from the prediction on the test set while the second type is cv scores from the cross validation on the train set.

+ The generated output directory 'geopi_output' and 'geopi_tracking' will be on the directory where you run this command.
+ The generated output directory `geopi_output` and `geopi_tracking` will be on the directory where you run this command.

### Case 5: Activate MLflow web interface

Expand Down
4 changes: 2 additions & 2 deletions docs/source/Home/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ On Jupyter Notebook / Google Colab:

+ There are five built-in data sets corresponding to five kinds of model pattern.

+ The generated output directory `geopi_output` and `geopi_tracking` will be on desktop by default.
+ The generated output directory `geopi_output` and `geopi_tracking` will be on the directory where you run this command.


### Case 2: Run with your own data set on desktop for model training and model inference
Expand Down Expand Up @@ -255,7 +255,7 @@ On Jupyter Notebook / Google Colab:

+ The training data in our pipeline will be divided into the train set and test set used for training the ML model and evaluating the model's performance. The score includes two types. The first type is the scores from the prediction on the test set while the second type is cv scores from the cross validation on the train set.

+ The generated output directory 'geopi_output' and 'geopi_tracking' will be on the directory where you run this command.
+ The generated output directory `geopi_output` and `geopi_tracking` will be on the directory where you run this command.

### Case 5: Activate MLflow web interface

Expand Down

0 comments on commit 7adf14b

Please sign in to comment.