Skip to content

Commit 4191958

Browse files
committed
Refactored to improve testability, better naming.
1 parent e7eb5f6 commit 4191958

6 files changed

+744
-765
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ A task based approach to using tensorflow transform.
55
Usage instructions:
66

77
```
8+
python tft_tasks_cli.py -h
89
usage: tft_tasks_cli.py [-h] --task TASKS [--visualize_tasks VISUALIZATION_FILENAME] [--print_performance_metrics]
910
1011
A task based approach to using tensorflow transform.
1112
1213
optional arguments:
1314
-h, --help show this help message and exit
14-
--task TASKS Pick tasks from {'clean_directory', 'train_embedding_model', 'view_original_sample_data', 'train_non_embedding_model',
15-
'view_transformed_sample_data', 'train_and_predict_embedding_model', 'transform_tfrecords', 'write_raw_tfrecords'}
15+
--task TASKS Pick tasks from {'view_transformed_sample_data', 'clean_directory', 'train_non_embedding_model', 'train_and_predict_non_embedding_model',
16+
'preprocess_raw_data', 'train_embedding_model', 'train_and_predict_embedding_model', 'transform_raw_data', 'view_original_sample_data'}
1617
--visualize_tasks VISUALIZATION_FILENAME
1718
Specify the filename to visualize the execution of tft tasks(e.g. mlops_pipeline.svg)
1819
--print_performance_metrics

0 commit comments

Comments
 (0)