aws / sagemaker-python-sdk

A library for training and deploying machine learning models on Amazon SageMaker
https://sagemaker.readthedocs.io/
Apache License 2.0
2.07k stars 1.12k forks source link

Fix documentation of FeatureGroup #4762

Open avivvro opened 6 days ago

avivvro commented 6 days ago

In src/sagemaker/feature_store/feature_group.py: FeatureGroup docstrings: "This class instantiates a FeatureGroup object that comprises of a name for the FeatureGroup, a session instance, and a list of feature definition objects, i.e., FeatureDefinition."

The sentence has a minor grammatical issue. The phrase "comprises of" should be corrected to "comprises." Here's the revised sentence:

This class instantiates a FeatureGroup object that comprises a name for the FeatureGroup, a session instance, and a list of feature definition objects, i.e., FeatureDefinition.

mufaddal-rohawala commented 6 days ago

Thanks for reaching out to SageMaker, we are tracking this request for a quick follow up!