文件名称:癌症检测
文件大小:51KB
文件格式:ZIP
更新时间:2024-03-06 22:04:23
JupyterNotebook
癌症检测 该项目的目的是根据人类细胞记录来检测给定的人是否患有癌症。 项目描述 该项目包括以下步骤: 将数据加载到熊猫数据框 数据预处理和选择 拆分数据以训练和测试模型 造型 评估 链接到 设置 克隆存储库 git clone https://github.com/krsanu555/cancer-detection.git 在新创建的存储库中移动 cd cancer-detection 创建一个虚拟环境并激活它(可选) python3 -m venv env source env/bin/activate 安装所有库 pip install -r requirements.txt 启动jupyter jupyter notebook 运行您想要的jupyter文件 癌症检测 停用环境(如果之前已创建并激活) deactivate
【文件预览】:
cancer-detection-master
----requirements.txt(294B)
----.ipynb_checkpoints()
--------cancer-detection-checkpoint.ipynb(47KB)
----README.md(1008B)
----cancer-detection.ipynb(47KB)