Skip to content
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

Open
freny24 opened this issue Mar 3, 2022 · 19 comments
Open

Prediction using KNN #173

freny24 opened this issue Mar 3, 2022 · 19 comments
Assignees
Labels
assigned If any issue is assigned to the contributor good first issue Good for newcomers GSSoc22 GirlScript Summer Of Code Open Source Event 2022 Tag Level1 Above Basic Level in GSSoC'22

Comments

@freny24
Copy link
Collaborator

freny24 commented Mar 3, 2022

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!

@freny24 freny24 added good first issue Good for newcomers Level1 Above Basic Level in GSSoC'22 GSSoc22 GirlScript Summer Of Code Open Source Event 2022 Tag labels Mar 3, 2022
@Naidu-Saikiran
Copy link

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

@Charu2510
Copy link

can i work this issue under GSSoC'22?

@freny24
Copy link
Collaborator Author

freny24 commented Mar 3, 2022

@Saikirannaidu225 describe how will you work on this issue?

@KareemElozeiri
Copy link

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

@KareemElozeiri
Copy link

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
Copy link

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

@Naidu-Saikiran
Copy link

@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
Copy link

inirah02 commented Mar 4, 2022

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

@mo1998
Copy link

mo1998 commented Mar 5, 2022

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
Copy link

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
Copy link

I am a contributor can I be assigned this issue

@nicolemd7
Copy link

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

@YatreeLadani
Copy link

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
Copy link

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
Copy link

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
Copy link

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

@freny24 freny24 added the assigned If any issue is assigned to the contributor label Apr 20, 2022
@freny24
Copy link
Collaborator Author

freny24 commented Apr 20, 2022

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

@navyasharma0203
Copy link

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

@ritikaaaa177
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned If any issue is assigned to the contributor good first issue Good for newcomers GSSoc22 GirlScript Summer Of Code Open Source Event 2022 Tag Level1 Above Basic Level in GSSoC'22
Projects
None yet
Development

No branches or pull requests