赞
踩
导包
读数据
划分训练集和测试集
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from sklearn.datasets import load_breast_cancer
from sklearn.model_selection import train_test_split
cancer=load_breast_cancer(
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。