목차

Visualizations

Video overview

Art tools

snippet.python
plt.hist(x)
snippet.python
df.describe()
x.mean()
x.var()

Tools for ...

Exploring feature relations

snippet.python
plt.scatter(x1, x2)

Exploring ...

Conclusion

Ref


관련 문서