scikit-learn机器学习

# 同时添加如下代码, 这样每次环境(kernel)启动的时候只要运行下方代码即可: 
# Also add the following code, 
# so that every time the environment (kernel) starts, 
# just run the following code: 
import sys 
sys.path.append('/home/aistudio/external-libraries')

机器学习基本概念

  • 有监督学习
  • 分类、回归
  • 无监督学习
  • 聚类、降维

一维数组

 
 

你可能感兴趣的:(机器学习,scikit-learn,python)