Skip to content

Breast Cancer Classification problem is analyzed on Wisconsin dataset . K-fold cross-validation is used to assess model performance. Algorithms are debugged with learning and validation curves.Fine Tuning techniques are applied via grid search CV.

Notifications You must be signed in to change notification settings

bullor/Breast-Cancer-Classification-Problem-w-WISCONSIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Breast Cancer Classification Problem w/ WISCONSIN

Breast Cancer Classification problem is analyzed on Wisconsin dataset . K-fold cross-validation is used to assess model performance. Algorithms are debugged with learning and validation curves.Fine Tuning techniques are applied via grid search CV.

Topics covered

  • Streamlining workflows with pipelines
    • Loading the Breast Cancer Wisconsin dataset
    • Combining transformers and estimators in a pipeline
  • Using k-fold cross-validation to assess model performance
    • The holdout method
    • K-fold cross-validation
  • Debugging algorithms with learning and validation curves
    • Diagnosing bias and variance problems with learning curves
    • Addressing over- and underfitting with validation curves
  • Fine-tuning machine learning models via grid search
    • Tuning hyperparameters via grid search
    • Exploring hyperparameter configurations more widely with randomized search
    • More resource-efficient hyperparameter search with successive halving
    • Algorithm selection with nested cross-validation
  • Looking at different performance evaluation metrics
    • Reading a confusion matrix
    • Optimizing the precision and recall of a classification model
    • Plotting a receiver operating characteristic
    • Scoring metrics for multiclass classification
  • Dealing with class imbalance

About

Breast Cancer Classification problem is analyzed on Wisconsin dataset . K-fold cross-validation is used to assess model performance. Algorithms are debugged with learning and validation curves.Fine Tuning techniques are applied via grid search CV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published