* 본 포스팅은 머신러닝교과서를 참조하여 작성되었습니다. * https://github.com/rickiepark/python-machine-learning-book-3rd-edition GitHub - rickiepark/python-machine-learning-book-3rd-edition: 의 코드 저장소 의 코드 저장소. Contribute to rickiepark/python-machine-learning-book-3rd-edition development by creating an account on GitHub. github.com 16.1 순차 데이터 소개 16.1.1 순차 데이터 모델링: 순서를 고려한다 시퀀스 원소들은 특정 순서가 있으므로 상호 독립적이지 않다. 일반적으로 지도 학습을..