8000 GitHub - mirelamoraess/cancer-data-analysis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mirelamoraess/cancer-data-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Breast Cancer Data Analysis with SVM

This project aims to explore and analyze breast cancer data using Support Vector Machines (SVMs) for classification. The dataset used is the Breast Cancer Wisconsin (Diagnostic) Dataset, available in the scikit-learn library.

Objectives

  • Load and explore the breast cancer dataset.
  • Split the data into training and testing sets.
  • Train SVM models with different kernels (linear, RBF, and sigmoid).
  • Evaluate the accuracy of the models on the training and testing sets.
  • Compare the performance of the models using graphs.

Libraries Used

  • scikit-learn: to load the dataset, train the SVM models, and evaluate accuracy.
  • matplotlib: to plot graphs showing the models' accuracy.

Expected Results

This project is expected to provide a practical understanding of how SVMs can be applied for breast cancer data classification and demonstrate how different kernels affect model performance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0