Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update commands info. #413

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: update commands info.
  • Loading branch information
SanyHe committed Jan 5, 2025
commit 14005e35520331547d76f6fb11344ea19a353af1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
@@ -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

4 changes: 2 additions & 2 deletions docs/source/Home/Introduction.md
Original file line number Diff line number Diff line change
@@ -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
@@ -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

Loading