Skip to content

Commit

Permalink
Use slimmer version of flytekit (#583)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored and SmritiSatyanV committed Jan 17, 2022
1 parent a581830 commit 62e4fb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
# %%
# Data Generation and Preprocessing
# ====================================
# We call the :ref:`data generation <Data Generation>` and :ref:`data preprocessing <Data Preprocessing and Splitting>` to generate and split the data. We return the result as DataFrames.
#
# We call the :ref:`data generation <Data Generation>` and :ref:`data preprocessing <Data Preprocessing and Splitting>` to generate and split the data. We return the result as DataFrames.
# Now, let's create a ``NamedTuple`` that maps variable names to their respective data type.
dataset = typing.NamedTuple(
"GenerateSplitDataOutputs",
Expand Down

0 comments on commit 62e4fb6

Please sign in to comment.