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
# TODO(@palf): make type hints more specific than Any, however I don't know the return type of# the values in dtypes. [link to issue]@propertydef_generate_step_dtypes(self) ->dict[str, Any]:
""" Get the schema of the raw data produced by the GenerateStep during training. This schema is a dictionary mapping dataframe columns (after drops) to their observed types during training Returns ------- dict[str, Any] A dictionary with columns in keys and their training types in values """returnself["_generate_step_dtypes"]
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: