项目作者: sunandarsyaputra

项目描述 :
Model SVM, Gradient Boosting, Hyperparameter Tuning, Voting.
高级语言: Jupyter Notebook
项目地址: git://github.com/sunandarsyaputra/Breast-Cancer-dataset-Classification.git


Breast-Cancer-dataset-Classification

Model SVM, Gradient Boosting, Hyperparameter Tuning, Voting
Preparation is usually done to prepare data before entering the modeling stage. Here are the steps that will be passed on the Breast cancer.csv data before the modeling stage: Import Library, Input Dataset, Preprocessing, Train-Test Split, and choose a model.