logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

案例:逻辑回归Logistic Regression做乳腺癌预测

使用逻辑回归算法解决乳腺癌检测问题,使用sk-learn自带的乳腺癌数据集导入数据from sklearn.datasets import load_breast_cancercancer=load_breast_cancer()X=cancer.datay=cancer.targetprint('data shape:{0};positive:{1},negative:{2}'.fo...

#机器学习#python#数据分析
到底了