Tiru
Tiru
@arghyaganguly does this being used when i call ``` stats = tfdv.generate_statistics_from_csv(data_location="./imdb.csv") ``` actually how do we set, to generate nlp featuresc ``` from tensorflow_data_validation.statistics import stats_options options = stats_options.StatsOptions(enable_semantic_domain_stats=True)...
@arghyaganguly @nikelite @zhitaoli , I have not find any reference where i can generate stats on unstructured data i,e NLP and image, Can u please give any references that i...
@juliotrigo is there any progress on this
@juliotrigo @Goomba41 @btoro Looks like these changes might work for jsonb parsing in sorting.py and filtering.py , I have added below code ``` if self.sort_spec.get("jsonb_path", None): jsonb_keys = self.sort_spec.get("jsonb_path").split("__") print(jsonb_keys)...