-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prediction using KNN #173
Comments
I am a GSSoc'22 participant. I would like to contribute on this issue! |
can i work this issue under GSSoC'22? |
@Saikirannaidu225 describe how will you work on this issue? |
I am a GSSoc'22 participant, Can I work on this issue? |
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) |
I would like to contribute, I am interested in participating in GSSoc 2021. |
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 want to work on this issue |
Hi, i am GSSoC'22 contributor and would like to work on this issue. |
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 |
I am a contributor can I be assigned this issue |
for this issue I plan on using Neighborhood Component Analysis for which the accuracy will go up to 99% |
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. Thank You :) |
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 |
Hii! |
Hello. I am a GSSoC'22 contributor. I'm completely new to open source. I would like to work on this issue. |
@Saikirannaidu225 issue has been assigned to you on first come first serve basis! do work on it |
I would like to work on this issue. Can you assign this to me? |
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. |
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!
The text was updated successfully, but these errors were encountered: