DSCKGEC / learn-machine-learn

A one-stop repository for new-comers in Machine Learning and A.I.
MIT License
1 stars 4 forks source link

Completed Classification Problem #18

Closed muhammadanas0716 closed 1 year ago

muhammadanas0716 commented 1 year ago

The notebook under the Classification section, namely the Cancer Prediction has been completed successfully!## Linked Issue

Closes: #issue number that will be closed through this PR

3

Describe the changes you've made

I've added the Random Forest Algorithm for the Cancer Detection notebook.

Give a clear description of what modifications you have made Added a new algorithm and did a little bit of EDA

Type of change

Solved an issue

What sort of change have you made:

How Has This Been Tested?

In Google Colab - everything works perfectly fine.

Describe how have you verified the changes made

Checklist:

Screenshots

Original Updated
Original Screenshot Updated Screenshot
muhammadanas0716 commented 1 year ago

I have updated the file. Please have a look. Let me know if I should do some further changes!

muhammadanas0716 commented 1 year ago

Okay! So what accuracy level should I reach in your opinion?

KrishnenduDakshi2002 commented 1 year ago

Okay! So what accuracy level should I reach in your opinion?

as you can see Naive Bayes did perform good, I did get 0 false negative.

I am just telling you should try those things also, it may improve the accuracy.

muhammadanas0716 commented 1 year ago

Yep! I'll surely do some hyperparameter tuning! No worries! I'm here to learn and that is what I intend to do!

anuragc2001 commented 1 year ago

@muhammadanas365 Please reopen this PR merging directly into the main branch. There's some issue with the automatic github PR tracking system hence for your PRs to be counted properly please push them into the main. I've deleted the dev branch.

muhammadanas0716 commented 1 year ago

No problem. Once I'm done with the hyper parameter tuning I shall do as you said. Thanks for notifying!