shwetacs12

Results 1 issues of shwetacs12

Hi Ageron, I'm new to ML and recently started reading your book. I have below question from Chapter 2. ```python def split_train_test_by_id(data, test_ratio, id_column, hash=hashlib.md5): ids = data[id_column] in_test_set =...