Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion example/continuous_text_classification_dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ sentiment_analysis_pipeline.run()
```

Alternatively, we can let DataCI automatically trigger the pipeline run upon a new dataset is published,
please refer to the [DataCI Trigger Tutorial]() (WIP).
please refer to the [DataCI Trigger Tutorial](/example/ci) (WIP).

Go to [pipeline runs dashboard](http://localhost:8080/taskinstance/list/?_flt_3_dag_id=default--sentiment_analysis--v1)
to check the pipeline run result.
Expand Down
2 changes: 1 addition & 1 deletion example/data_centric_benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipelines. In this tutorial, we will show how to use DataCI to benchmark the dat

Data is the most important part of the machine learning pipeline. Data scientists spend most of their time cleaning,
augmenting, and preprocessing data, only to find the best online performance with the same model structure.
[In the previous tutorial](/example/create_text_classification_dataset), we built 4 versions of the text classification
[In the previous tutorial](/example/continuous_text_classification_dev), we built 4 versions of the text classification
dataset `train_data_pipeline:text_aug`. We are now going to determine which dataset performs the best.

# 0. Prerequisites
Expand Down