Jupyter icon indicating copy to clipboard operation
Jupyter copied to clipboard

Add some machine learning algorithms

Open m607stars opened this issue 4 years ago • 9 comments

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 avatar Oct 01 '20 08:10 m607stars

i would like to add K means clustering to this repo

amoghatsunil avatar Oct 01 '20 10:10 amoghatsunil

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 avatar Oct 24 '20 07:10 hritik5102

i would like to add K means clustering to this repo

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

hritik5102 avatar Oct 24 '20 07:10 hritik5102

I would like to add LDA

snehad88 avatar Apr 05 '21 06:04 snehad88

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

hritik5102 avatar Apr 05 '21 13:04 hritik5102

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!

aishwarya24bhagwat avatar Aug 30 '21 19:08 aishwarya24bhagwat

@aishwarya24bhagwat yes, go ahead 🙌🏻

Please create a separate PR for this algorithm.

hritik5102 avatar Oct 04 '21 19:10 hritik5102

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

void-02 avatar Oct 27 '21 18:10 void-02

@void-02 yes please go ahead 👍

hritik5102 avatar Nov 03 '21 19:11 hritik5102

can I add naive bayes algorithm fir classification?

gemini30 avatar Oct 01 '22 05:10 gemini30