摘要: 一、Scikit-learn概述 基于NumPy、SciPy和Matplotlib的开源机器学习包,封装了一系列数据预处理、机器学习算法、模型选择等工具。简称sklearn,支持包括分类(classification)、回归(regression)、降维(dimensionality reducti 阅读全文
posted @ 2022-02-09 11:49 Sunshine_y 阅读(150) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- encoding: utf-8 -*- # @Time : 2022/2/8 0008 12:25 # @Author : Tzy0425 # @File : Pandas入门.py import pandas as pd import num 阅读全文
posted @ 2022-02-09 11:48 Sunshine_y 阅读(46) 评论(0) 推荐(0) 编辑