srimani-programmer / Breast-Cancer-Predictor

A Flask based web application to predict breast cancer.
GNU General Public License v3.0
155 stars 167 forks source link

Prediction using KNN #173

Open freny24 opened 2 years ago

freny24 commented 2 years ago

Implementation of KNN algorithm for classification whether it is Malignant or Benign . Dataset : https://www.kaggle.com/uciml/breast-cancer-wisconsin-data. (a different dataset can also be used!)

Comment down below if you are a GSSoc'22 participant and would like to contribute on this issue!

Naidu-Saikiran commented 2 years ago

I am a GSSoc'22 participant. I would like to contribute on this issue!

Charu2510 commented 2 years ago

can i work this issue under GSSoC'22?

freny24 commented 2 years ago

@Saikirannaidu225 describe how will you work on this issue?

KareemElozeiri commented 2 years ago

I am a GSSoc'22 participant, Can I work on this issue?

KareemElozeiri commented 2 years ago

I will process the data and feed it to the KNN algorithm that is already written in the sklearn library so that I do not re-invent that wheal and write the algorithm from scratch (approach description)

prajwal-3-14159 commented 2 years ago

I would like to contribute, I am interested in participating in GSSoc 2021.

Naidu-Saikiran commented 2 years ago

@Saikirannaidu225 describe how will you work on this issue?

I will use knn algorithm from sklearn library to train the model. before doing it I will do the exploratory data analysis to understand the data and their relations .After that I will split the data into train and test data to train and test the KNN model. I will use model metrics to evaluate the performance of the algorithm

inirah02 commented 2 years ago

I want to work on this issue I'm GSSoC'22 Contributor

mo1998 commented 2 years ago

Implementation of KNN algorithm for classification whether it is Malignant or Benign . Dataset : https://www.kaggle.com/uciml/breast-cancer-wisconsin-data. (a different dataset can also be used!)

Comment down below if you are a GSSoc'22 participant and would like to contribute on this issue!

Hi, i am GSSoC'22 contributor and would like to work on this issue. I have worked on similar project with same data set with accuracy score 96.5%. Steps to be followed: 1- Analysis the data to get better understanding of parameters and thier relationships. 2- Drop unnecessary features. 3- Dealing with outliers. 4- Feature selection using VIF. 5- Train the model using KNN algorithm with (euclidean, manhattan, minkowski) metrics and (uniform,distance) weights. 6- Evaluate model performance.

nicolemd7 commented 2 years ago

Hi,I'm a GGSOC contributor I have made a pull request (#185) for this issue using Neighborhood Component Analysis I have achieved 99% accuracy,please review

nicolemd7 commented 2 years ago

I am a contributor can I be assigned this issue

nicolemd7 commented 2 years ago

for this issue I plan on using Neighborhood Component Analysis for which the accuracy will go up to 99%

YatreeLadani commented 2 years ago

Hello

I am a GSSoC22 contributor. I would like to work on this issue .I have already worked with KNN model in breast cancer project . Please do assign this to me.

1- Do data Analysis & preprocessing & scaling. 2- Check relation between features to drop unnecessary features. 3- Dealing with outliers. 4- Feature engineering. 5- Train the model using KNN algorithm with hyperparameter Tuning. 6- Evaluate model performance with matrix.

Thank You :)

shrut-09 commented 2 years ago

hey, I would like to work on this issue. I am a GSSoC'22 contributor. I am a beginner and would like to work and learn

miretteamin commented 2 years ago

Hii! I am a participant in GSSOC'22. Can you please assign me this issue. I've implemented KNN before from scratch and used it in ZINDI competition of Blood Spectroscopy Classification and I've also used it digit recognizer. Thank You.

Neha-Niharika-Kar commented 2 years ago

Hello. I am a GSSoC'22 contributor. I'm completely new to open source. I would like to work on this issue.

freny24 commented 2 years ago

@Saikirannaidu225 issue has been assigned to you on first come first serve basis! do work on it

navyasharma0203 commented 2 years ago

I would like to work on this issue. Can you assign this to me?

ritikaaaa177 commented 1 year ago

Hello @freny24 I am a GSSOC'23 participant and as this issue is opened, i would like to work on it. Please provide me with the opportunity to work on it.