list1, list2가 존재하는 상황에서 pair for pair in zip(list1, list2)로 zip해준다.
dict형태, tuple, list 형태로 변환 가능하다.
unpacking은 x, y = zip(*pairs)로 x, y변수에 각각의 데이터를 담아주어 나누는 것이다.
이 또한 형태 변환이 가능하다.
'Machine Learning' 카테고리의 다른 글
[ML] Titanic Survivor Prediction_ dicaprio&winslet (0) | 2023.01.03 |
---|---|
[ML] Titanic Survivor Prediction (0) | 2023.01.03 |
[ML] Data split_ tree_ iris (0) | 2023.01.02 |
[ML] Machine Learning (0) | 2022.12.28 |
[ML] Scikit Learn (0) | 2022.12.28 |