scikit-learn Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

NumPy basics

Data science deals in part with structured tables of data. The scikit-learn library requires input tables of two-dimensional NumPy arrays. In this section, you will learn about the numpy library.