TheAlgorithms / Jupyter

The repository contains script and notebook related to Statistics, Machine learning, Neural network, Deep learning, NLP, Numerical methods, and Automation.
MIT License
800 stars 306 forks source link

Add some machine learning algorithms #17

Closed m607stars closed 2 years ago

m607stars commented 4 years ago

Can I add some machine learning algorithms which aren't there in the current repository?

  1. Linear Regression using numpy, pandas and scikit
  2. Logistic Regression using numpy, pandas and scikit
  3. SVMs using scikit
  4. Decision trees using scikit
amoghatsunil commented 4 years ago

i would like to add K means clustering to this repo

hritik5102 commented 4 years ago

Can I add some machine learning algorithms which aren't there in the current repository?

  1. Linear Regression using numpy, pandas and scikit
  2. Logistic Regression using numpy, pandas and scikit
  3. SVMs using scikit
  4. Decision trees using scikit

@m607stars ok, go ahead but make sure your code should be documented properly and add only one algorithm per PR. so if you want to add more, create a separate issue.

Thank you :)

hritik5102 commented 4 years ago

i would like to add K means clustering to this repo

@amoghatsunil please create a separate issue. Thank you :)

snehad88 commented 3 years ago

I would like to add LDA

hritik5102 commented 3 years ago

Sure go ahead @snehad88 I hope you already read the contribution guidelines :)

aishwarya24bhagwat commented 3 years ago

Can I please add machine learning algorithms that are not in the current repository? for example XGBoost or Boost classifier? I want to make an open source contribution, Thanks!

hritik5102 commented 3 years ago

@aishwarya24bhagwat yes, go ahead 🙌🏻

Please create a separate PR for this algorithm.

void-02 commented 3 years ago

Hello @m607stars , I am willing to add k-means clustering

hritik5102 commented 3 years ago

@void-02 yes please go ahead 👍

gemini30 commented 2 years ago

can I add naive bayes algorithm fir classification?