導入

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...