scikit学习库
讨论Scikit学习 (Discuss Scikit Learn)
Advertisements
广告
Scikit-learn (Sklearn) is the most useful and robust library for machine learning in Python. It provides a selection of efficient tools for machine learning and statistical modeling including classification, regression, clustering and dimensionality reduction via a consistence interface in Python. This library, which is largely written in Python, is built upon NumPy, SciPy and Matplotlib.
Scikit-learn(Sklearn)是用于Python中机器学习的最有用和最强大的库。 它通过Python中的一致性接口为机器学习和统计建模提供了一系列有效的工具,包括分类,回归,聚类和降维。 该库主要用Python编写,基于NumPy,SciPy和Matplotlib构建。
Advertisements
广告
翻译自: https://www.tutorialspoint.com/scikit_learn/scikit_learn_discussion.htm
scikit学习库