Skip to Content
잘되는 머신러닝 팀엔 이유가 있다
book

잘되는 머신러닝 팀엔 이유가 있다

by 데이비드 탄, 에이다 양, 데이비드 콜스, 라인 AI Lab
June 2025
Beginner to intermediate
484 pages
10h 52m
Korean
Hanbit Media, Inc.
Content preview from 잘되는 머신러닝 팀엔 이유가 있다
216
Part 2
엔지니어링
테스트가 통과하는 기준은 문제가 발생하지 않는 것입니다. ‘스모크 테스트’라는 용어는 전자
하드웨어 테스트에서 유래했습니다.
24
새로운 보드를 연결하고 전원을 켰을 때, 보드에서 연
기가 나면 전원을 끄라는 의미입니다. 무언가 잘못되었다는 신호입니다.
ML
커뮤니티에서는
이러한 테스트를 사전 훈련 테스트
pretrain
test
25
또는 통합 테스트
integration
test
26
라고 부르기도 합
니다.
이 테스트를 어떻게 작성하나요?
사용하는
ML
훈련 프레임워크에 따라 구현 방법은 다를 수 있지만, 기본적인 접근 방식은 동
일합니다. 전체 훈련과 마찬가지로
ML
훈련 파이프라인을 로컬에서 실행하되, 아주 작은 데
이터셋을 사용합니다. 다음은 훈련 스모크 테스트의 예입니다.
deftest_training_smoke_test():
  data=pd.read_csv("/code/data/train.csv",encoding="utf-8",
                     low_memory=False)
  #
대상컬럼별로그룹화하여데이터에대한훈련을보장합니다.
  #
모든타깃레이블이포함되어있습니다.
    test_data=data.groupby('DEFAULT')\
                              .apply(lambdadf:df.head(10))\ ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

AI를 위한 필수 수학

AI를 위한 필수 수학

할라 넬슨
개발 7년차, 매니저 1일차

개발 7년차, 매니저 1일차

권원상, 한민주, 카미유 푸르니에

Publisher Resources

ISBN: 9791169213875