From 8b23ba57cb5b48f5f78136f7e9cad81b73186040 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Tue, 7 May 2024 01:14:14 +0800 Subject: [PATCH] docs: Update pandera DataFrameModel link (#1670) * docs: Update pandera DataFrameModel link Signed-off-by: Kevin Su * nit Signed-off-by: Kevin Su --------- Signed-off-by: Kevin Su Co-authored-by: Niels Bantilan --- examples/pandera_plugin/pandera_plugin/basic_schema_example.py | 2 +- .../pandera_plugin/validating_and_testing_ml_pipelines.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pandera_plugin/pandera_plugin/basic_schema_example.py b/examples/pandera_plugin/pandera_plugin/basic_schema_example.py index 80bee74d8..97ce790e6 100644 --- a/examples/pandera_plugin/pandera_plugin/basic_schema_example.py +++ b/examples/pandera_plugin/pandera_plugin/basic_schema_example.py @@ -3,7 +3,7 @@ # # # Basic Schema Example # -# In this example we'll show you how to use {ref}`pandera.DataFrameModel ` +# In this example we'll show you how to use {ref}`pandera.DataFrameModel ` # to annotate dataframe inputs and outputs in your flyte tasks. # %% diff --git a/examples/pandera_plugin/pandera_plugin/validating_and_testing_ml_pipelines.py b/examples/pandera_plugin/pandera_plugin/validating_and_testing_ml_pipelines.py index c998fb291..70d4f656d 100644 --- a/examples/pandera_plugin/pandera_plugin/validating_and_testing_ml_pipelines.py +++ b/examples/pandera_plugin/pandera_plugin/validating_and_testing_ml_pipelines.py @@ -5,7 +5,7 @@ # .. tags:: Integration, DataFrame, MachineLearning, Intermediate # ``` # -# In this example we'll show you how to use {ref}`pandera.SchemaModel ` +# In this example we'll show you how to use {ref}`pandera.SchemaModel ` # to annotate dataframe inputs and outputs in an [sklearn](https://scikit-learn.org/stable/) # model-training pipeline. #