RafetKandar / Python-Breast-Cancer-Classification-Gogus-Kanseri-Siniflandirma

Using the Knn algorithm, it detects whether the tumor is benign or malignant in people diagnosed with breast cancer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Breast-Cancer-Classification-Gogus-Kanseri-Siniflandirma

eng : Breast Cancer Classification --> Using the Knn algorithm, it detects whether the tumor is benign or malignant in people diagnosed with breast cancer. I got the dataset from Kaggle It contains 596 rows and 32 columns of tumor shape and specifications.

tr : Göğüs Kanseri Sınıflandırma --> Knn algoritmasını kullanarak göğüs kanseri tanısı konulan kişilerde, tümörün iyi huylu mu - kötü huylu mu olduğunu tespit etmektedir. Kullandığımız veri setine buradan ulaşabilirsiniz

  • Benign and Malignant tumor (iyi huylu ve kötü huylu tümör)


  • We take a look at our features (Özelliklerimize göz atıyoruz)


  • We take a look at the distribution of benign and malignant tumors after PCA.. (PCA sonrası iyi huylu ve kötü huylu tümör dağılımına göz atıyoruz)



  • We take a look at the distribution of benign and malignant tumors after NCA. (NCA sonrası iyi huylu ve kötü huylu tümör dağılımına göz atıyoruz)



  • After we have done the classification, we look at our predictions. (Sınıflandırma işlemini yaptıktan sonra, tahminlerimize bakıyoruz.)


About

Using the Knn algorithm, it detects whether the tumor is benign or malignant in people diagnosed with breast cancer.

License:MIT License


Languages

Language:Python 100.0%