Skip to content

Commit 9bd05c4

Browse files
committed
More descriptions for data scientists in module 0
Signed-off-by: Danny Chiao <[email protected]>
1 parent 6d53955 commit 9bd05c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

module_0/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,10 +528,11 @@ There are two ways data scientists can use Feast:
528528
- This is **not recommended** since data scientists cannot register feature services to indicate they depend on certain features in production.
529529
- **[Recommended]** Have a local copy of the feature repository (e.g. `git clone`) and author / iterate / re-use features.
530530
- Data scientist can:
531-
1. iterate on features locally
532-
2. apply features to their own dev project with a local registry & experiment
533-
3. build feature services in preparation for production
534-
4. submit PRs to include features that should be used in production (including A/B experiments, or model training iterations)
531+
1. browse relevant features that are already productionized to re-use
532+
2. iterate on new features locally
533+
3. apply features to their own dev project with a local registry & experiment
534+
4. build feature services in preparation for production
535+
5. submit PRs to include features that should be used in production (including A/B experiments, or model training iterations)
535536

536537
Data scientists can also investigate other models and their dependent features / data sources / on demand transformations through the repository or through the Web UI (by running `feast ui`)
537538

0 commit comments

Comments
 (0)