Skip to content

Commit 914e45d

Browse files
Merge pull request #426 from changeworld/patch-2
Fix typo: build-in -> built-in
2 parents e31a793 + 7bdd768 commit 914e45d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/machine-learning/feature-retrieval-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ serialization_version: 2
9696
The feature store point-in-time join can create training data in two ways:
9797
9898
- The `get_offline_features()` API function in the feature store SDK in a Spark session/job
99-
- The Azure Machine Learning build-in feature retrieval (pipeline) component
99+
- The Azure Machine Learning built-in feature retrieval (pipeline) component
100100

101101
In the first option, the feature retrieval specification itself is optional because the user can provide the list of features on that API. However, if a feature retrieval specification is provided, the `resolve_feature_retrieval_spec()` function in the feature store SDK can load the list of features that the specification defined. That function then passes that list to the `get_offline_features()` API function.
102102

articles/machine-learning/troubleshooting-managed-feature-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Once the `begin_create_or_update()` call returns successfully, the next `feature
279279
- [Observation Data isn't Joined with any feature values](#observation-data-isnt-joined-with-any-feature-values)
280280
- [User or Managed Identity doesn't have proper RBAC permission on the feature store](#user-or-managed-identity-doesnt-have-proper-rbac-permission-on-the-feature-store)
281281
- [User or Managed Identity doesn't have proper RBAC permission to Read from the Source Storage or Offline store](#user-or-managed-identity-doesnt-have-proper-rbac-permission-to-read-from-the-source-storage-or-offline-store)
282-
- [Training job fails to read data generated by the build-in Feature Retrieval Component](#training-job-fails-to-read-data-generated-by-the-build-in-feature-retrieval-component)
282+
- [Training job fails to read data generated by the built-in Feature Retrieval Component](#training-job-fails-to-read-data-generated-by-the-built-in-feature-retrieval-component)
283283
- [`generate_feature_retrieval_spec()` fails due to use of local feature set specification](#generate_feature_retrieval_spec-fails-due-to-use-of-local-feature-set-specification)
284284
- [The `get_offline_features()` query takes a long time](#the-get_offline_features-query-takes-a-long-time)
285285

@@ -450,7 +450,7 @@ An error occurred while calling o1025.parquet.
450450

451451
`Storage Blob Data Reader` is the minimum recommended access requirement. Users can also assign roles - for example, `Storage Blob Data Contributor` or `Storage Blob Data Owner` - with more privileges.
452452

453-
### Training job fails to read data generated by the build-in Feature Retrieval Component
453+
### Training job fails to read data generated by the built-in Feature Retrieval Component
454454

455455
#### Symptom
456456

0 commit comments

Comments
 (0)