You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ads/feature_store/docs/source/feature_validation.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Feature Validation
4
4
*************
5
5
6
6
Feature validation is the process of checking the quality and accuracy of the features used in a machine learning model. This is important because features that are not accurate or reliable can lead to poor model performance.
7
-
Feature store allows you to define expectation on the data which is being materialized into feature group & dataset. This is achieved using open source library Great Expectations.
7
+
Feature store allows you to define expectation on the data which is being materialized into feature group and dataset. This is achieved using open source library Great Expectations.
8
8
9
9
.. note::
10
10
`Great Expectations <https://docs.greatexpectations.io/docs/>`_ is a Python-based open-source library for validating, documenting, and profiling your data. It helps you to maintain data quality and improve communication about data between teams. Software developers have long known that automated testing is essential for managing complex codebases.
@@ -51,4 +51,4 @@ Expectation Suite is a collection of verifiable assertions i.e. expectations abo
51
51
52
52
# Create an Expectation Suite
53
53
suite = context.add_expectation_suite(expectation_suite_name="example_suite")
0 commit comments