Skip to content

Commit aee76bf

Browse files
author
Andrew Atamanyuk
committed
TODO note looks better now
1 parent 2e13dbf commit aee76bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_data_validation/api/validation_api.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
def preprocess_numerical_to_categorical_by_own_quantiles(
5757
dataframe: pd.DataFrame,
5858
):
59-
# TODO: refactor initial prototype
59+
# TODO: refactor implementation from private project
6060
return dataframe
6161

6262
def preprocess_numerical_to_categorical_by_training_quantiles(
6363
dataframe: pd.DataFrame,
6464
):
65-
# TODO: refactor initial prototype
65+
# TODO: refactor implementation from private project
6666
return dataframe
6767

6868
def infer_schema(

0 commit comments

Comments
 (0)