소개

Python으로 배우는 차원 축소

Jeroen Boeye

Head of Machine Learning, Faktion

정돈된 데이터

정돈된 데이터 예시

Python으로 배우는 차원 축소

정돈된 데이터

정돈된 데이터 열

Python으로 배우는 차원 축소

정돈된 데이터

정돈된 데이터 행

Python으로 배우는 차원 축소

정돈된 데이터

정돈된 데이터 값

Python으로 배우는 차원 축소

shape 속성

정돈된 데이터 예시

pokemon_df.shape
(5, 7)
Python으로 배우는 차원 축소

차원 축소는 언제 사용할까요?

정돈된 데이터 예시

Python으로 배우는 차원 축소

차원 축소는 언제 사용할까요?

정돈된 데이터 상수

Python으로 배우는 차원 축소

describe 메서드

pokemon_df.describe()

describe 출력

Python으로 배우는 차원 축소

describe 메서드

pokemon_df.describe()

주석이 있는 describe 출력

Python으로 배우는 차원 축소

describe 메서드

pokemon_df.describe(exclude='number')

비수치형 describe

Python으로 배우는 차원 축소

describe 메서드

pokemon_df.describe(exclude='number')

비수치형 describe 주석

Python으로 배우는 차원 축소

연습해 봅시다!

Python으로 배우는 차원 축소

Preparing Video For Download...