We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e13dbf commit aee76bfCopy full SHA for aee76bf
tensorflow_data_validation/api/validation_api.py
@@ -56,13 +56,13 @@
56
def preprocess_numerical_to_categorical_by_own_quantiles(
57
dataframe: pd.DataFrame,
58
):
59
- # TODO: refactor initial prototype
+ # TODO: refactor implementation from private project
60
return dataframe
61
62
def preprocess_numerical_to_categorical_by_training_quantiles(
63
64
65
66
67
68
def infer_schema(
0 commit comments